We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599d42b commit ba9b316Copy full SHA for ba9b316
package.json
@@ -1,11 +1,13 @@
1
{
2
"name": "deployable-ringbuffer",
3
- "version": "0.1.0",
+ "version": "0.1.0-0",
4
"description": "Array like circualar buffer",
5
"main": "lib/index.js",
6
"scripts": {
7
"test": "mocha",
8
- "test:debug": "DEBUG='*' mocha debug"
+ "test:debug": "DEBUG='*' mocha debug",
9
+ "npm:publish": "npm test && [ -z \"$(git status --porcelain)\" ] && npm version patch && npm publish",
10
+ "npm:pubtest": "npm test && npm version prerelease && npm publish --tag testing"
11
},
12
"repository": {
13
"type": "git",
0 commit comments