We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 15a2ce2 commit 96eb2a6Copy full SHA for 96eb2a6
package.json
@@ -3,13 +3,13 @@
3
"version": "0.0.0",
4
"private": true,
5
"description": "",
6
- "main": "lib/main.js",
+ "main": "lib/index.js",
7
"scripts": {
8
"build": "tsc",
9
"format": "prettier-standard --format",
10
"package": "ncc build --source-map --license licenses.txt",
11
"test": "jest",
12
- "all": "npm run build && npm run format && npm run lint && npm run package && npm test"
+ "all": "npm run build && npm run format && npm test && npm run package"
13
},
14
"repository": {
15
"type": "git",
0 commit comments