@paystack/checkout-js
Advanced tools
Comparing version 0.47.5 to 1.0.0-dev.2
{ | ||
"name": "@paystack/checkout-js", | ||
"version": "0.47.5", | ||
"version": "1.0.0-dev.2", | ||
"description": "Client-side JS library for billing on Paystack", | ||
@@ -14,3 +14,3 @@ "main": "lib/checkout.js", | ||
"type": "git", | ||
"url": "git+https://github.com/PaystackHQ/checkout-js.git" | ||
"url": "https://github.com/PaystackHQ/checkout-js.git" | ||
}, | ||
@@ -72,3 +72,4 @@ "keywords": [ | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-uglify": "^3.0.0" | ||
"rollup-plugin-uglify": "^3.0.0", | ||
"semantic-release": "^17.3.8" | ||
}, | ||
@@ -85,3 +86,4 @@ "scripts": { | ||
"prepare": "npm run lint && npm run test && npm run clean && npm run build", | ||
"test": "cross-env NODE_ENV=test jest" | ||
"test": "cross-env NODE_ENV=test jest", | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -93,3 +95,17 @@ "jest": { | ||
] | ||
}, | ||
"release": { | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/npm", | ||
"@semantic-release/github" | ||
], | ||
"branches": [ | ||
"master", | ||
{ | ||
"name": "dev", | ||
"prerelease": true | ||
} | ||
] | ||
} | ||
} |
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
995357
34