colorformat
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "colorformat", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Convert color format from RGB to HEX and vice versa", | ||
@@ -17,3 +17,10 @@ "main": "index.js", | ||
"author": "Maria Kousta", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"scripts": { | ||
"test": "node_modules/.bin/mocha" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"mocha": "^2.4.5" | ||
} | ||
} |
@@ -43,1 +43,7 @@ # colorformat | ||
**Note:** Supports [UMD](https://github.com/umdjs/umd) for easier browser use with the tools of your preference. | ||
## How to run tests | ||
``` | ||
npm test | ||
``` |
Sorry, the diff of this file is not supported yet
5032
5
98
49
2