colorfactory
Advanced tools
Comparing version 0.2.0 to 1.0.0
The MIT License (MIT) | ||
Copyright (c) 2012 - 2014 Timo Tijhof | ||
Copyright (c) 2012 - 2018 Timo Tijhof | ||
Copyright (c) 2010 - 2012 Andrew J. Peterson, NDP Software | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "colorfactory", | ||
"version": "0.2.0", | ||
"version": "1.0.0", | ||
"description": "Awesome methods for working with colors in javascript.", | ||
@@ -25,3 +25,7 @@ "keywords": [ | ||
], | ||
"main": "./index.js", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js", | ||
"src/" | ||
], | ||
"repository": { | ||
@@ -35,8 +39,8 @@ "type": "git", | ||
"devDependencies": { | ||
"eslint": "4.3.0", | ||
"karma": "1.7.0", | ||
"eslint": "5.11.1", | ||
"karma": "3.1.4", | ||
"karma-chrome-launcher": "2.2.0", | ||
"karma-cli": "^1.0.1", | ||
"karma-qunit": "1.2.1", | ||
"qunitjs": "2.4.0" | ||
"karma-cli": "2.0.0", | ||
"karma-qunit": "2.1.0", | ||
"qunit": "2.8.0" | ||
}, | ||
@@ -43,0 +47,0 @@ "eslintIgnore": [ |
@@ -10,18 +10,15 @@ [![Build Status](https://travis-ci.org/Krinkle/node-colorfactory.svg?branch=master)](https://travis-ci.org/Krinkle/node-colorfactory) [![npm](https://img.shields.io/npm/v/colorfactory.svg?style=flat)](https://www.npmjs.com/package/colorfactory) | ||
This module is available as an [npm](http://npmjs.org/) package! Install it right away: | ||
```bash | ||
<pre lang="bash"> | ||
npm install colorfactory | ||
``` | ||
</pre> | ||
Clone the repo, `git clone --recursive https://github.com/Krinkle/node-colorfactory.git`. | ||
Versioning | ||
---------- | ||
We use the Semantic Versioning guidelines as much as possible. | ||
This package follows Semantic Versioning guidelines. Releases use the following format: | ||
Releases will be numbered in the following format: | ||
`<major>.<minor>.<patch>` | ||
For more information on SemVer, please visit http://semver.org/. | ||
For more information, please visit <https://semver.org/>. | ||
@@ -28,0 +25,0 @@ Bug tracker |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
18004
6
562
28
1