hapi-middleman-paypal-intacct
Advanced tools
Comparing version 0.0.39 to 0.0.40
{ | ||
"name": "hapi-middleman-paypal-intacct", | ||
"version": "0.0.39", | ||
"version": "0.0.40", | ||
"description": "hapi-middleman module for integrating paypal with intacct", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
"release": "yarn publish --new-version", | ||
"release:quick": "yarn run release patch", | ||
"release:quick": "git add -A && git commit -m 'Quick Release Patch' && yarn run release patch", | ||
"reinstall": "rimraf node_modules yarn.lock && yarn install", | ||
@@ -32,0 +32,0 @@ "start": "ts-node -r dotenv/config ./example/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
55952