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 15
15
"start-neo4j" : " gulp start-neo4j" ,
16
16
"stop-neo4j" : " gulp stop-neo4j" ,
17
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"
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"
20
21
},
21
22
"main" : " lib/index.js" ,
22
23
"devDependencies" : {
51
52
"jasmine-reporters" : " ^2.0.7" ,
52
53
"merge-stream" : " ^1.0.0" ,
53
54
"minimist" : " ^1.2.0" ,
55
+ "npm-publish-safe-latest" : " ^1.1.6" ,
54
56
"phantomjs-prebuilt" : " ^2.1.7 " ,
55
57
"run-sequence" : " ^1.1.4" ,
56
58
"semver" : " ^5.3.0" ,
You can’t perform that action at this time.
0 commit comments