Skip to content

Commit 7396f1e

Browse files
committed
Merge branch 1.0 into 1.1
2 parents d5af7b9 + b9df625 commit 7396f1e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
"start-neo4j": "gulp start-neo4j",
1616
"stop-neo4j": "gulp stop-neo4j",
1717
"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"
18+
"docs": "esdoc -c esdoc.json",
19+
"versionRelease": "gulp set --version $VERSION && npm version $VERSION --no-git-tag-version",
20+
"publishRelease": "npm-publish-safe-latest next"
2021
},
2122
"main": "lib/index.js",
2223
"devDependencies": {
@@ -51,6 +52,7 @@
5152
"jasmine-reporters": "^2.0.7",
5253
"merge-stream": "^1.0.0",
5354
"minimist": "^1.2.0",
55+
"npm-publish-safe-latest": "^1.1.6",
5456
"phantomjs-prebuilt": "^2.1.7 ",
5557
"run-sequence": "^1.1.4",
5658
"semver": "^5.3.0",

0 commit comments

Comments
 (0)