Comparing version 0.5.1 to 0.5.2
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
## 0.5.2 - 2015-05-30 | ||
### Changed | ||
- add `npm run release-*` scripts. | ||
## 0.5.1 - 2015-05-07 | ||
@@ -5,0 +9,0 @@ ### Changed |
{ | ||
"name": "apply-or", | ||
"description": "Invoke .apply if value is a function, otherwise, return default value.", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"author": "Wil Moore III <wil.moore@wilmoore.com>", | ||
@@ -44,2 +44,5 @@ "bugs": { | ||
"dev": "nodemon -x 'npm run test --silent' -e 'js json'", | ||
"release-major": "npm version major && git push --follow-tags && npm publish", | ||
"release-minor": "npm version minor && git push --follow-tags && npm publish", | ||
"release-patch": "npm version patch && git push --follow-tags && npm publish", | ||
"standard": "standard", | ||
@@ -46,0 +49,0 @@ "test": "npm run standard --silent && node test.js | tap-spec" |
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
6433