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.
1 parent d6e7165 commit 17a417bCopy full SHA for 17a417b
package.json
@@ -6,8 +6,7 @@
6
"all": "run-s lint test",
7
"lint": "eslint .",
8
"pretest": "rollup -c --bundleConfigAsCjs",
9
- "test": "mocha test/spec/*.js",
10
- "prepublishOnly": "rollup -c --bundleConfigAsCjs"
+ "test": "mocha test/spec/*.js"
11
},
12
"exports": {
13
"./package.json": "./package.json",
0 commit comments