postcss-local-constants
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -0,1 +1,4 @@ | ||
## 0.0.4 | ||
* `lodash` is a dep | ||
## 0.0.3 | ||
@@ -2,0 +5,0 @@ * Remove `~foo: './bar.js'` declaration after parsing. |
{ | ||
"name": "postcss-local-constants", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "PostCSS plugin to process imported constants from a file, removing them from a global scope.", | ||
@@ -24,2 +24,3 @@ "keywords": [ | ||
"dependencies": { | ||
"lodash-node": "^3.10.0", | ||
"postcss": "^4.1.13" | ||
@@ -31,4 +32,3 @@ }, | ||
"gulp-eslint": "^0.14.0", | ||
"gulp-mocha": "^2.1.2", | ||
"lodash-node": "^3.10.0" | ||
"gulp-mocha": "^2.1.2" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
6884
4
2
+ Addedlodash-node@^3.10.0
+ Addedlodash-node@3.10.2(transitive)