@cloudflare/util-color
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.1.1"></a> | ||
## [1.1.1](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-color@1.1.0...@cloudflare/util-color@1.1.1) (2019-02-03) | ||
**Note:** Version bump only for package @cloudflare/util-color | ||
<a name="1.1.0"></a> | ||
@@ -8,0 +16,0 @@ # 1.1.0 (2018-11-27) |
{ | ||
"name": "@cloudflare/util-color", | ||
"description": "Color handling utils", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "lib/index.js", | ||
@@ -23,13 +23,6 @@ "module": "es/index.js", | ||
"scripts": { | ||
"size": "size-limit", | ||
"test": "stratus test", | ||
"test-coverage": "stratus test --coverage", | ||
"test-watch": "stratus test --watch" | ||
}, | ||
"size-limit": [ | ||
{ | ||
"path": "es/index.js", | ||
"limit": "50 KB" | ||
} | ||
] | ||
} | ||
} |
2097