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 d5af7b9 + b9df625 commit 7396f1eCopy full SHA for 7396f1e
package.json
@@ -15,8 +15,9 @@
15
"start-neo4j": "gulp start-neo4j",
16
"stop-neo4j": "gulp stop-neo4j",
17
"run-tck": "gulp run-tck",
18
- "docs": "node_modules/.bin/esdoc -c esdoc.json",
19
- "versionRelease": "gulp set --version $VERSION && npm version $VERSION --no-git-tag-version"
+ "docs": "esdoc -c esdoc.json",
+ "versionRelease": "gulp set --version $VERSION && npm version $VERSION --no-git-tag-version",
20
+ "publishRelease": "npm-publish-safe-latest next"
21
},
22
"main": "lib/index.js",
23
"devDependencies": {
@@ -51,6 +52,7 @@
51
52
"jasmine-reporters": "^2.0.7",
53
"merge-stream": "^1.0.0",
54
"minimist": "^1.2.0",
55
+ "npm-publish-safe-latest": "^1.1.6",
56
"phantomjs-prebuilt": "^2.1.7 ",
57
"run-sequence": "^1.1.4",
58
"semver": "^5.3.0",
0 commit comments