@cloudflare/style-const
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.0.2"></a> | ||
## [1.0.2](http://stash.cfops.it:7999/www/cf-ux/compare/@cloudflare/style-const@1.0.1...@cloudflare/style-const@1.0.2) (2018-05-10) | ||
### Bug Fixes | ||
* **style-const:** UI-718 Fix type definitions ([a00d687](http://stash.cfops.it:7999/www/cf-ux/commits/a00d687)) | ||
<a name="1.0.1"></a> | ||
@@ -15,3 +26,3 @@ ## 1.0.1 (2018-05-09) | ||
<a name="3.3.0"></a> | ||
<a name="3.3.0"></a> | ||
# [3.3.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.2.2...cf-style-const@3.3.0) (2018-05-08) | ||
@@ -46,3 +57,3 @@ | ||
<a name="3.2.2"></a> | ||
<a name="3.2.2"></a> | ||
## [3.2.2](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.2.1...cf-style-const@3.2.2) (2018-05-04) | ||
@@ -55,3 +66,3 @@ | ||
<a name="3.2.1"></a> | ||
<a name="3.2.1"></a> | ||
## [3.2.1](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.2.0...cf-style-const@3.2.1) (2018-05-01) | ||
@@ -64,3 +75,3 @@ | ||
<a name="3.2.0"></a> | ||
<a name="3.2.0"></a> | ||
# [3.2.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.1.0...cf-style-const@3.2.0) (2018-04-24) | ||
@@ -76,3 +87,3 @@ | ||
<a name="3.1.0"></a> | ||
<a name="3.1.0"></a> | ||
# [3.1.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.0.5...cf-style-const@3.1.0) (2018-04-24) | ||
@@ -88,3 +99,3 @@ | ||
<a name="3.0.5"></a> | ||
<a name="3.0.5"></a> | ||
## [3.0.5](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.0.4...cf-style-const@3.0.5) (2018-03-28) | ||
@@ -97,3 +108,3 @@ | ||
<a name="3.0.4"></a> | ||
<a name="3.0.4"></a> | ||
## [3.0.4](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.0.2...cf-style-const@3.0.4) (2018-03-28) | ||
@@ -100,0 +111,0 @@ |
{ | ||
"name": "@cloudflare/style-const", | ||
"description": "Cloudflare Style Constants", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "lib/index.js", | ||
@@ -22,4 +22,6 @@ "module": "es/index.js", | ||
"scripts": { | ||
"prepublishOnly": "npm run build:as-ts && npm run build:defs", | ||
"prepublishOnly": "npm run build", | ||
"build": "npm run build:as-ts && npm run build:defs && npm run build:remove-ts", | ||
"build:as-ts": "mkdir -p dist/ && for f in src/*.js; do cp \"$f\" \"dist/$(basename \"$f\" .js).ts\"; done", | ||
"build:remove-ts": "find dist/*.ts \\! -name \"*.d.ts\" | xargs rm", | ||
"build:defs": "tsc --declaration ./dist/index.ts --lib esnext" | ||
@@ -26,0 +28,0 @@ }, |
59396
13
1413