Comparing version 1.0.1 to 1.0.2
/** | ||
* values.js - Get the tints and shades of a color | ||
* @version v1.0.1 | ||
* @version v1.0.2 | ||
* @link http://noeldelgado.github.io/Values.js/ | ||
@@ -319,2 +319,2 @@ * @license MIT | ||
} else window.Values = Values; | ||
})(); | ||
})(); |
{ | ||
"name": "values.js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Get the tints and shades of a color", | ||
@@ -13,5 +13,6 @@ "license": "MIT", | ||
"test": "mocha", | ||
"dev": "gulp" | ||
"test:watch": "npm run test -- -w", | ||
"dev": "npm run test:watch" | ||
}, | ||
"files" : [ | ||
"files": [ | ||
"index.js" | ||
@@ -30,5 +31,4 @@ ], | ||
"devDependencies": { | ||
"gulp": "^3.8.8", | ||
"mocha": "^1.21.4" | ||
} | ||
} |
@@ -21,3 +21,3 @@ ## Values.js | ||
// node | ||
var Values = require('Values.js'); | ||
var Values = require('values.js'); | ||
@@ -162,2 +162,8 @@ // browser | ||
Values.Utils.isHSl('hsl(361,10%,10%)') => false | ||
``` | ||
``` | ||
### Dev | ||
```bash | ||
npm install # install dev-dependencies | ||
npm run dev # watch for changes and run tests | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14352
1
260
168
0