Skip to content

Commit

Permalink
Update version and engine restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
leftstick committed Oct 11, 2017
1 parent 68be9e3 commit 44a7631
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unminified-webpack-plugin",
"version": "1.4.0",
"version": "1.4.1",
"description": "A `webpack` plugin for generating un-minified JavaScript files along with UglifyJsPlugin.",
"main": "index.js",
"scripts": {
Expand All @@ -10,11 +10,11 @@
"index.js"
],
"engines": {
"node": ">=8.0.0"
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leftstick/NoMinifiedEmiterPlugin.git"
"url": "git+https://github.com/leftstick/unminified-webpack-plugin.git"
},
"keywords": [
"unminified",
Expand All @@ -23,9 +23,9 @@
"author": "Howard.Zuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/leftstick/NoMinifiedEmiterPlugin/issues"
"url": "https://github.com/leftstick/unminified-webpack-plugin/issues"
},
"homepage": "https://github.com/leftstick/NoMinifiedEmiterPlugin#readme",
"homepage": "https://github.com/leftstick/unminified-webpack-plugin#readme",
"devDependencies": {
"del": "^3.0.0",
"mocha": "^4.0.1",
Expand Down

0 comments on commit 44a7631

Please sign in to comment.