Comparing version 0.1.4 to 0.1.5
@@ -234,3 +234,3 @@ const path = require('path'); | ||
.on('add', handle) | ||
.on('update', handle); | ||
.on('change', handle); | ||
return watcher; | ||
@@ -237,0 +237,0 @@ }; |
{ | ||
"name": "esifycss", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Generates .js or .ts exports class names and custom properties", | ||
@@ -24,7 +24,7 @@ "author": { | ||
"glob": "^7.1.3", | ||
"postcss": "^7.0.2" | ||
"postcss": "^7.0.3" | ||
}, | ||
"devDependencies": { | ||
"@nlib/lint": "^3.0.6", | ||
"acorn": "^6.0.1", | ||
"acorn": "^6.0.2", | ||
"eslint": "^5.6.0", | ||
@@ -31,0 +31,0 @@ "postcss-nested": "^4.1.0", |
Updatedpostcss@^7.0.3