Comparing version 1.3.1 to 1.3.2
@@ -0,1 +1,11 @@ | ||
<a name="1.3.2"></a> | ||
## [1.3.2](https://github.com/kei-ito/esify/compare/v1.3.1...v1.3.2) (2019-07-08) | ||
### Features | ||
* add css.d.ts for typeRoots ([81bcdde](https://github.com/kei-ito/esify/commit/81bcdde)) | ||
<a name="1.3.1"></a> | ||
@@ -2,0 +12,0 @@ ## [1.3.1](https://github.com/kei-ito/esify/compare/v1.3.0...v1.3.1) (2019-07-05) |
{ | ||
"name": "esifycss", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Generates .js or .ts exports class names and custom properties", | ||
@@ -17,3 +17,4 @@ "author": { | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"@types/css.d.ts" | ||
], | ||
@@ -52,3 +53,3 @@ "bin": { | ||
"acorn-walk": "^6.2.0", | ||
"chokidar": "^3.0.1", | ||
"chokidar": "^3.0.2", | ||
"commander": "^2.20.0", | ||
@@ -62,3 +63,3 @@ "postcss": "^7.0.17", | ||
"@commitlint/config-conventional": "^8.0.0", | ||
"@nlib/lint": "^3.10.1", | ||
"@nlib/lint": "^3.10.2", | ||
"@types/acorn-walk": "file:@types/acorn-walk", | ||
@@ -78,3 +79,3 @@ "@types/anymatch": "^1.3.1", | ||
"husky": "^3.0.0", | ||
"lint-staged": "^9.0.2", | ||
"lint-staged": "^9.1.0", | ||
"npm-run-all": "^4.1.5", | ||
@@ -81,0 +82,0 @@ "postcss-nested": "4.1.2", |
146828
178
1732
Updatedchokidar@^3.0.2