Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
update dependencies: purgecss 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Apr 29, 2019
1 parent ae06717 commit 7cd0ba0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-purgecss",
"version": "1.1.1",
"version": "1.2.0",
"description": "Gulp plugin for purgecss",
"main": "./lib/gulpPurgecss.js",
"module": "./lib/gulpPurgecss.es.js",
Expand Down Expand Up @@ -38,23 +38,23 @@
},
"homepage": "https://github.com/FullHuman/gulp-purgecss#readme",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"eslint": "^5.5.0",
"jest": "^23.5.0",
"prettier": "^1.14.2",
"rollup": "^0.66.0",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-node-resolve": "^3.4.0",
"babel-jest": "^24.7.1",
"eslint": "^5.16.0",
"jest": "^24.7.1",
"prettier": "^1.17.0",
"rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"vinyl": "^2.2.0"
},
"dependencies": {
"glob": "^7.1.2",
"plugin-error": "^1.0.1",
"purgecss": "^1.1.0",
"purgecss": "^1.3.0",
"through2": "^2.0.3"
}
}

0 comments on commit 7cd0ba0

Please sign in to comment.