Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "clamp.js", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Returns a function that clamps input values to range [min <= x <= max].", | ||
"main": "index.js", | ||
"browser": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
@@ -12,2 +11,3 @@ "test": "node test/test.main.js | tap-spec", | ||
"major": "npm version major && npm publish", | ||
"prepublish": "babel index.js --out-file lib/index.js", | ||
"postpublish": "git push origin master --follow-tags" | ||
@@ -14,0 +14,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
5910
6
56