File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments