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 cf55bf5 commit 8694612Copy full SHA for 8694612
package.json
@@ -15,10 +15,11 @@
15
"clean": "rm -rf dist",
16
"cov": "nyc -t coverage --reporter=html mocha test",
17
"test": "mocha test",
18
- "prepublish": "npm run clean && npm run build"
+ "prepublish": "allow-publish-tag next && npm run clean && npm run build"
19
},
20
"license": "MIT",
21
"devDependencies": {
22
+ "allow-publish-tag": "^1.0.1",
23
"babel-minify": "^0.5.0",
24
"mocha": "^6.0.2",
25
"nyc": "^13.3.0",
0 commit comments