Skip to content

Commit f735fdb

Browse files
committed
eslint fix
1 parent 7d2a96c commit f735fdb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"version": "0.2.4",
55
"packageManager": "[email protected]",
66
"description": "Http-proxy middleware for Nuxt 3.",
7+
"author": "Robert Soriano <[email protected]>",
8+
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/wobsoriano/nuxt-proxy.git"
12+
},
713
"keywords": [
814
"proxy",
915
"nuxt",
@@ -12,25 +18,19 @@
1218
"connect",
1319
"h3"
1420
],
15-
"license": "MIT",
16-
"author": "Robert Soriano <[email protected]>",
17-
"repository": {
18-
"type": "git",
19-
"url": "https://github.com/wobsoriano/nuxt-proxy.git"
20-
},
21-
"main": "./dist/module.cjs",
22-
"types": "./dist/types.d.ts",
2321
"exports": {
2422
".": {
25-
"import": "./dist/module.mjs",
23+
"types": "./dist/module.d.ts",
2624
"require": "./dist/module.cjs",
27-
"types": "./dist/module.d.ts"
25+
"import": "./dist/module.mjs"
2826
},
2927
"./middleware": {
30-
"import": "./dist/runtime/middleware.mjs",
31-
"types": "./dist/runtime/middleware.d.ts"
28+
"types": "./dist/runtime/middleware.d.ts",
29+
"import": "./dist/runtime/middleware.mjs"
3230
}
3331
},
32+
"main": "./dist/module.cjs",
33+
"types": "./dist/types.d.ts",
3434
"files": [
3535
"dist",
3636
"*.d.ts"

0 commit comments

Comments
 (0)