Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "colorant", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A webapp for visualising web colors", | ||
"preferGlobal": true, | ||
"scripts": { | ||
@@ -9,3 +10,3 @@ "build": "browserify index.js -o bundle.js", | ||
"prepublish": "npm run build", | ||
"test": "jshint *.js bin/*.js && jscs *.js bin/*.js" | ||
"test": "jshint index.js urlize.js bin/*.js && jscs index.js urlize.js bin/*.js" | ||
}, | ||
@@ -12,0 +13,0 @@ "bin": { |
@@ -12,3 +12,3 @@ # colorant | ||
```sh | ||
$ npm install colorant | ||
$ npm install -g colorant | ||
``` | ||
@@ -28,1 +28,10 @@ | ||
``` | ||
Example: | ||
```sh | ||
$ color "rgb(68, 68, 68)" | ||
$ color cyan | ||
$ color #bada55 | ||
$ color "hsla(170, 50%, 45%, 1)" | ||
``` |
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
248790
35
4