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 0826222 commit c43cf98Copy full SHA for c43cf98
package.json
@@ -26,11 +26,7 @@
26
"scripts": {
27
"lint": "eslint --format=codeframe .",
28
"test": "npm run lint && jasmine test/unit/* test/e2e/index.js",
29
- "coverage": "nyc npm run test",
30
- "clean": "rimraf build",
31
- "build": "npm run clean && babel --out-dir=build src",
32
- "publish-stable": "npm run test && npm run build && npm publish",
33
- "publish-next": "npm run test && npm run build && npm publish --tag next"
+ "coverage": "nyc npm run test"
34
},
35
"main": "src/index.js",
36
"files": [
0 commit comments