Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "deploy-gh", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A simple script to deploy master branch to github pages", | ||
@@ -11,2 +11,5 @@ "main": "index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"release:major": "release major", | ||
"release:minor": "release minor", | ||
"release:patch": "release patch", | ||
"deploy": "node index.js" | ||
@@ -26,3 +29,6 @@ }, | ||
"shelljs": "^0.7.0" | ||
}, | ||
"devDependencies": { | ||
"shelljs-release": "github:shelljs/release" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2612
1