Comparing version 0.2.3 to 0.2.5
{ | ||
"name": "clamp.js", | ||
"version": "0.2.3", | ||
"version": "0.2.5", | ||
"description": "Returns a function that clamps input values to range [min <= x <= max].", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"clean": "rimraf lib/*", | ||
"test": "node test/test.main.js | tap-spec", | ||
@@ -11,2 +12,3 @@ "patch": "npm version patch && npm run build && npm publish", | ||
"major": "npm version major && npm run build && npm publish", | ||
"prebuild": "npm run clean", | ||
"build": "babel index.js --out-file lib/index.js", | ||
@@ -35,2 +37,3 @@ "postpublish": "git push origin master --follow-tags" | ||
"babel": "latest", | ||
"rimraf": "latest", | ||
"tap-spec": "latest", | ||
@@ -37,0 +40,0 @@ "tape": "latest" |
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
6042
4