Skip to content

Commit 59b2ba2

Browse files
committed
style(package.json): apply code style
1 parent 1223c8d commit 59b2ba2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
"bugs": "https://github.com/softwareventures/resolve-typescript-plugin/issues",
1515
"repository": "github:softwareventures/resolve-typescript-plugin",
1616
"license": "ISC",
17-
"sideEffects": false,
18-
"exports": {
19-
".": "./index.js"
20-
},
21-
"types": "index.d.ts",
2217
"scripts": {
2318
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
2419
"lint": "tsc --noEmit && eslint . && prettier --check .",
2520
"prepare": "tsc && node ./fix-types-for-back-compat.js",
2621
"semantic-release": "semantic-release",
2722
"test": "ava"
2823
},
24+
"sideEffects": false,
25+
"exports": {
26+
".": "./index.js"
27+
},
28+
"types": "index.d.ts",
2929
"engines": {
3030
"node": "^12 || ^14 || >=16"
3131
},

0 commit comments

Comments
 (0)