callback-registry
Advanced tools
Comparing version 2.5.1 to 2.5.2
{ | ||
"name": "callback-registry", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Registry for callbacks", | ||
@@ -10,3 +10,3 @@ "main": "./lib/index.js", | ||
"test": "npm run build && mocha tests/index.js", | ||
"prepublish": "npm run test" | ||
"prepublishOnly": "npm run test" | ||
}, | ||
@@ -30,5 +30,5 @@ "repository": { | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"mocha": "^2.5.3", | ||
"typescript": "^2.3.4" | ||
"chai": "4.2.0", | ||
"mocha": "6.2.2", | ||
"typescript": "3.6.4" | ||
}, | ||
@@ -35,0 +35,0 @@ "publishConfig": { |
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
7860