Skip to content

Commit b9df625

Browse files
author
Zhen Li
authored
Merge pull request #170 from lutovich/1.0-safe-npm-publish
Publish pre-released versions with 'next' dist-tag
2 parents 3478d64 + 4799132 commit b9df625

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"start-neo4j": "gulp start-neo4j",
1515
"stop-neo4j": "gulp stop-neo4j",
1616
"run-tck": "gulp run-tck",
17-
"docs": "node_modules/.bin/esdoc -c esdoc.json"
17+
"docs": "esdoc -c esdoc.json",
18+
"publishRelease": "npm-publish-safe-latest next"
1819
},
1920
"main": "lib/index.js",
2021
"devDependencies": {
@@ -42,6 +43,7 @@
4243
"jasmine-reporters": "^2.0.7",
4344
"merge-stream": "^1.0.0",
4445
"minimist": "^1.2.0",
46+
"npm-publish-safe-latest": "^1.1.6",
4547
"phantomjs-prebuilt": "^2.1.7 ",
4648
"run-sequence": "^1.1.4",
4749
"through2": "~2.0.0",

0 commit comments

Comments
 (0)