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 4a785df commit d5445acCopy full SHA for d5445ac
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