Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "quack", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Check the values of passed arguments in a function - see if they quack like a duck.", | ||
@@ -9,3 +9,3 @@ "main": "quack.js", | ||
"test-min": "npm run build; mocha -r should test/minified-test.js", | ||
"prepublish": "npm run test-min", | ||
"prepublish": "npm run test-min && git diff --exit-code", | ||
"build": "./node_modules/uglify-js/bin/uglifyjs quack.js -m -o quack.min.js" | ||
@@ -12,0 +12,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
61878