hapi-paypal
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "hapi-paypal", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "A hapi plugin to interface with PayPal Rest API's and webhooks.", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
"release:quick": "npm test && npm run build && git add -A && git commit -m 'Quick Release Patch' && npm version patch && git push --tags", | ||
"postversion": "npm publish && git push --tags", | ||
"postversion": "npm publish && git push && git push --tags", | ||
"reinstall": "rimraf node_modules package-lock.json && npm install", | ||
@@ -33,0 +33,0 @@ "start": "ts-node ./test/server.ts" |
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
21616