@nodenv/nodenv
Advanced tools
Comparing version 1.1.2 to 1.2.0
{ | ||
"name": "@nodenv/nodenv", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Manage multiple NodeJS versions", | ||
@@ -38,3 +38,4 @@ "homepage": "https://github.com/nodenv/nodenv#readme", | ||
"version:sync": "scripty", | ||
"postversion": "npm run publish:github && npm run publish:brew && npm publish", | ||
"postversion": "npm publish", | ||
"prepublishOnly": "npm run publish:github && npm run publish:brew", | ||
"publish:brew": "brew-publish", | ||
@@ -45,10 +46,7 @@ "publish:github": "scripty" | ||
"bats": "^1.1.0", | ||
"bats-assert": "^1.1.1", | ||
"bats-assert": "jasonkarns/bats-assert-1", | ||
"bats-support": "jasonkarns/bats-support", | ||
"brew-publish": "^2.3.1", | ||
"scripty": "^1.8.0" | ||
}, | ||
"scripty": { | ||
"path": "./script", | ||
"silent": true | ||
"scripty": "^2.0.0-0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
82508
5