gulp-purgecss
Advanced tools
Comparing version 0.21.0 to 1.0.0
@@ -35,3 +35,5 @@ import through from 'through2'; | ||
content: getFiles(options.content), | ||
css: [file.contents.toString()], | ||
css: [{ | ||
raw: file.contents.toString() | ||
}], | ||
stdin: true | ||
@@ -38,0 +40,0 @@ }); |
@@ -39,3 +39,5 @@ 'use strict'; | ||
content: getFiles(options.content), | ||
css: [file.contents.toString()], | ||
css: [{ | ||
raw: file.contents.toString() | ||
}], | ||
stdin: true | ||
@@ -42,0 +44,0 @@ }); |
{ | ||
"name": "gulp-purgecss", | ||
"version": "0.21.0", | ||
"version": "1.0.0", | ||
"description": "Gulp plugin for purgecss", | ||
@@ -16,3 +16,3 @@ "main": "./lib/gulpPurgecss.js", | ||
"build": "rollup -c rollup.config.js", | ||
"lint": "eslint -c .eslintrc src/", | ||
"lint": "npx eslint -c .eslintrc src/", | ||
"prettier": "npx prettier --write --print-width 100 --tab-width 2 --no-semi --single-quote src/index.js" | ||
@@ -40,9 +40,9 @@ }, | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-env": "^1.7.0", | ||
"eslint": "^4.19.1", | ||
"jest": "^22.4.3", | ||
"prettier": "^1.11.1", | ||
"rollup": "^0.57.1", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"rollup-plugin-commonjs": "^9.1.0", | ||
"jest": "^22.4.4", | ||
"prettier": "^1.12.1", | ||
"rollup": "^0.59.2", | ||
"rollup-plugin-babel": "^3.0.4", | ||
"rollup-plugin-commonjs": "^9.1.3", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
@@ -54,5 +54,5 @@ "vinyl": "^2.1.0" | ||
"plugin-error": "^1.0.1", | ||
"purgecss": "^0.21.0", | ||
"purgecss": "^1.0.0", | ||
"through2": "^2.0.3" | ||
} | ||
} |
@@ -7,2 +7,6 @@ # gulp-purgecss | ||
[![David](https://img.shields.io/david/dev/FullHuman/gulp-purgecss.svg)]() | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f41103d5c2754ebeac6e7701a142bb17)](https://www.codacy.com/app/FullHuman/gulp-purgecss?utm_source=github.com&utm_medium=referral&utm_content=FullHuman/gulp-purgecss&utm_campaign=Badge_Grade) | ||
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
[![npm](https://img.shields.io/npm/v/gulp-purgecss.svg)](https://www.npmjs.com/package/gulp-purgecss) | ||
[![license](https://img.shields.io/github/license/fullhuman/gulp-purgecss.svg)]() | ||
@@ -9,0 +13,0 @@ |
@@ -22,3 +22,7 @@ import through from 'through2' | ||
content: getFiles(options.content), | ||
css: [file.contents.toString()], | ||
css: [ | ||
{ | ||
raw: file.contents.toString() | ||
} | ||
], | ||
stdin: true | ||
@@ -25,0 +29,0 @@ }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19022
255
0
49
+ Addedansi-regex@4.1.1(transitive)
+ Addedcamelcase@5.3.1(transitive)
+ Addedcliui@5.0.0(transitive)
+ Addedcssesc@3.0.0(transitive)
+ Addedemoji-regex@7.0.3(transitive)
+ Addedfind-up@3.0.0(transitive)
+ Addedget-caller-file@2.0.5(transitive)
+ Addedlocate-path@3.0.0(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@3.0.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedpicocolors@0.2.1(transitive)
+ Addedpostcss@7.0.39(transitive)
+ Addedpostcss-selector-parser@6.1.2(transitive)
+ Addedpurgecss@1.4.2(transitive)
+ Addedrequire-main-filename@2.0.0(transitive)
+ Addedstring-width@3.1.0(transitive)
+ Addedstrip-ansi@5.2.0(transitive)
+ Addedwrap-ansi@5.1.0(transitive)
+ Addedy18n@4.0.3(transitive)
+ Addedyargs@14.2.3(transitive)
+ Addedyargs-parser@15.0.3(transitive)
- Removedansi-regex@2.1.13.0.1(transitive)
- Removedcamelcase@4.1.0(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcliui@4.1.0(transitive)
- Removedcode-point-at@1.1.0(transitive)
- Removedcross-spawn@6.0.6(transitive)
- Removeddot-prop@5.3.0(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedexeca@1.0.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedget-caller-file@1.0.3(transitive)
- Removedget-stream@4.1.0(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedindexes-of@1.0.1(transitive)
- Removedinvert-kv@2.0.0(transitive)
- Removedis-fullwidth-code-point@1.0.0(transitive)
- Removedis-obj@2.0.0(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removedlcid@2.0.0(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedmap-age-cleaner@0.1.3(transitive)
- Removedmem@4.3.0(transitive)
- Removedmimic-fn@2.1.0(transitive)
- Removednice-try@1.0.5(transitive)
- Removednpm-run-path@2.0.2(transitive)
- Removednumber-is-nan@1.0.1(transitive)
- Removedos-locale@3.1.0(transitive)
- Removedp-defer@1.0.0(transitive)
- Removedp-finally@1.0.0(transitive)
- Removedp-is-promise@2.1.0(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedpostcss@6.0.23(transitive)
- Removedpostcss-selector-parser@3.1.2(transitive)
- Removedpump@3.0.2(transitive)
- Removedpurgecss@0.21.0(transitive)
- Removedrequire-main-filename@1.0.1(transitive)
- Removedsemver@5.7.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedstring-width@1.0.22.1.1(transitive)
- Removedstrip-ansi@3.0.14.0.0(transitive)
- Removedstrip-eof@1.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removeduniq@1.0.1(transitive)
- Removedwhich@1.3.1(transitive)
- Removedwrap-ansi@2.1.0(transitive)
- Removedy18n@3.2.2(transitive)
- Removedyargs@11.1.1(transitive)
- Removedyargs-parser@9.0.2(transitive)
Updatedpurgecss@^1.0.0