Skip to content

Commit

Permalink
Update dependencies. Require NodeJS >= 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Klimashkin committed Jun 4, 2018
1 parent 928bd36 commit 1fc6231
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "postcss-assets-webpack-plugin",
"description": "Webpack plugin to apply postcss on webpack's emit event",
"version": "1.1.0",
"version": "2.0.0-alpha.1",
"license": "MIT",
"author": "Pavel Klimashkin",
"homepage": "https://github.com/klimashkin/postcss-assets-webpack-plugin",
Expand All @@ -17,8 +17,8 @@
"main": "index.js",
"dependencies": {
"human-size": "^1.1.0",
"postcss": "^5.1.2",
"webpack-sources": "^0.1.2"
"postcss": "^6.0.22",
"webpack-sources": "^1.1.0"
},
"keywords": [
"css",
Expand All @@ -29,6 +29,6 @@
"postcss-assets-webpack-plugin"
],
"engines": {
"node": ">=0.10"
"node": ">=6.0.0"
}
}

0 comments on commit 1fc6231

Please sign in to comment.