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.
2 parents 3478d64 + 4799132 commit b9df625Copy full SHA for b9df625
package.json
@@ -14,7 +14,8 @@
14
"start-neo4j": "gulp start-neo4j",
15
"stop-neo4j": "gulp stop-neo4j",
16
"run-tck": "gulp run-tck",
17
- "docs": "node_modules/.bin/esdoc -c esdoc.json"
+ "docs": "esdoc -c esdoc.json",
18
+ "publishRelease": "npm-publish-safe-latest next"
19
},
20
"main": "lib/index.js",
21
"devDependencies": {
@@ -42,6 +43,7 @@
42
43
"jasmine-reporters": "^2.0.7",
44
"merge-stream": "^1.0.0",
45
"minimist": "^1.2.0",
46
+ "npm-publish-safe-latest": "^1.1.6",
47
"phantomjs-prebuilt": "^2.1.7 ",
48
"run-sequence": "^1.1.4",
49
"through2": "~2.0.0",
0 commit comments