Skip to content

Commit 5ecb373

Browse files
committed
Remove npm-publish-safe-latest plugin
It seems to be a good thing but does not work well with our TeamCity setup.
1 parent ff40237 commit 5ecb373

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"start-neo4j": "gulp start-neo4j",
1515
"stop-neo4j": "gulp stop-neo4j",
1616
"run-tck": "gulp run-tck",
17-
"docs": "esdoc -c esdoc.json",
18-
"publishRelease": "npm-publish-safe-latest next"
17+
"docs": "esdoc -c esdoc.json"
1918
},
2019
"main": "lib/index.js",
2120
"devDependencies": {
@@ -43,7 +42,6 @@
4342
"jasmine-reporters": "^2.0.7",
4443
"merge-stream": "^1.0.0",
4544
"minimist": "^1.2.0",
46-
"npm-publish-safe-latest": "^1.1.6",
4745
"phantomjs-prebuilt": "^2.1.7 ",
4846
"run-sequence": "^1.1.4",
4947
"through2": "~2.0.0",

0 commit comments

Comments
 (0)