css-node-extract
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -22,3 +22,3 @@ import nodeMatchesFilter from './node-matches-filter'; | ||
extractNode = filterGroup.filter( | ||
filter => !nodeMatchesFilter(node, filter) | ||
filter => !nodeMatchesFilter(node, filter), | ||
).length === 0; | ||
@@ -25,0 +25,0 @@ return extractNode; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "Markus Oberlehner", | ||
@@ -20,21 +20,22 @@ "homepage": "https://github.com/maoberlehner/css-node-extract", | ||
"dependencies": { | ||
"postcss": "^5.2.8" | ||
"postcss": "^5.2.17" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.21.0", | ||
"babel-preset-es2015": "^6.18.0", | ||
"@avalanche/eslint-config": "^0.1.0", | ||
"babel-core": "^6.24.1", | ||
"babel-eslint": "^7.2.3", | ||
"babel-preset-es2015": "^6.24.1", | ||
"chai": "^3.5.0", | ||
"esdoc": "^0.5.2", | ||
"eslint": "^3.12.2", | ||
"eslint-config-modularis": "^4.0.0", | ||
"eslint": "^3.19.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"mocha": "^3.2.0", | ||
"mocha": "^3.3.0", | ||
"postcss-less": "^0.15.0", | ||
"postcss-scss": "^0.4.0", | ||
"pre-git": "^3.12.0", | ||
"rollup": "^0.40.0", | ||
"postcss-scss": "^0.4.1", | ||
"pre-git": "^3.14.0", | ||
"rollup": "^0.41.6", | ||
"rollup-plugin-babel": "^2.7.1" | ||
}, | ||
"main": "dist/index.js", | ||
"jsnext:main": "js/index.js", | ||
"module": "js/index.js", | ||
"scripts": { | ||
@@ -41,0 +42,0 @@ "scripts:bundle": "rm -R dist && rollup --config --format cjs --output dist/index.js js/index.js && rollup --config --format cjs --output dist/lib/extract-node-recursively.js js/lib/extract-node-recursively.js && rollup --config --format cjs --output dist/lib/filter-definitions.js js/lib/filter-definitions.js && rollup --config --format cjs --output dist/lib/node-matches-filter.js js/lib/node-matches-filter.js && rollup --config --format cjs --output dist/lib/postcss-node-extract.js js/lib/postcss-node-extract.js", |
1387952
14
Updatedpostcss@^5.2.17