@homezen/hz-npm-scripts
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@homezen/hz-npm-scripts", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "common scripts for node projects", | ||
"publishConfig": { | ||
"access": "restricted" | ||
}, | ||
"engines": { | ||
"node": "^6 || ^7", | ||
"npm": "^3.10 || ^4" | ||
}, | ||
"main": "index.js", | ||
@@ -11,4 +18,8 @@ "bin": { | ||
"release": "./scripts/release-private-module.sh", | ||
"test": "echo \"no tests\"" | ||
"test": "echo \"no tests\"", | ||
"postpublish": "greenkeeper-postpublish" | ||
}, | ||
"devDependencies": { | ||
"greenkeeper-postpublish": "^1.0.1" | ||
}, | ||
"repository": { | ||
@@ -15,0 +26,0 @@ "type": "git", |
2256
1