@zenginehq/backend-webhooks
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="1.2.1"></a> | ||
## [1.2.1](https://github.com/ZengineHQ/zn-backend-webhooks/compare/1.2.0...1.2.1) (2018-10-17) | ||
<a name="1.2.0"></a> | ||
@@ -7,0 +12,0 @@ # 1.2.0 (2018-08-17) |
{ | ||
"name": "@zenginehq/backend-webhooks", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Helper library for working with Webhooks in Zengine backend plugins.", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"cover": "nyc --reporter=lcov npm test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | ||
"release": "npm run lint && npm test && standard-version" | ||
"release": "npm run lint && npm test && standard-version -t ''" | ||
}, | ||
@@ -30,9 +30,9 @@ "repository": { | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"coveralls": "^3.0.2", | ||
"jsdoc": "^3.5.5", | ||
"jshint": "^2.9.5", | ||
"jshint": "^2.9.6", | ||
"mocha": "^5.2.0", | ||
"nyc": "^12.0.2", | ||
"nyc": "^13.1.0", | ||
"standard-version": "^4.4.0" | ||
@@ -39,0 +39,0 @@ }, |
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
1113964