mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-29 19:30:34 +01:00
eslint fixes
This commit is contained in:
12
package.json
12
package.json
@@ -3,19 +3,19 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.3.1",
|
"version": "0.3.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/module.cjs",
|
|
||||||
"types": "./dist/types.d.ts",
|
|
||||||
"exports": {
|
"exports": {
|
||||||
"./package.json": "./package.json",
|
"./package.json": "./package.json",
|
||||||
".": {
|
".": {
|
||||||
"import": "./dist/module.mjs",
|
"require": "./dist/module.cjs",
|
||||||
"require": "./dist/module.cjs"
|
"import": "./dist/module.mjs"
|
||||||
},
|
},
|
||||||
"./api": {
|
"./api": {
|
||||||
"import": "./dist/runtime/api.mjs",
|
"types": "./dist/runtime/api.d.ts",
|
||||||
"types": "./dist/runtime/api.d.ts"
|
"import": "./dist/runtime/api.mjs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"main": "./dist/module.cjs",
|
||||||
|
"types": "./dist/types.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"*.d.ts"
|
"*.d.ts"
|
||||||
|
|||||||
Reference in New Issue
Block a user