Skip to content

Commit 96eb2a6

Browse files
committed
chore(package.json): update main field
chore(package.json): update npm script
1 parent 15a2ce2 commit 96eb2a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "0.0.0",
44
"private": true,
55
"description": "",
6-
"main": "lib/main.js",
6+
"main": "lib/index.js",
77
"scripts": {
88
"build": "tsc",
99
"format": "prettier-standard --format",
1010
"package": "ncc build --source-map --license licenses.txt",
1111
"test": "jest",
12-
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
12+
"all": "npm run build && npm run format && npm test && npm run package"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)