Skip to content

Commit

Permalink
Fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Yeung committed Feb 28, 2017
1 parent ad12032 commit d629d0f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usemin-cli",
"version": "0.4.1",
"version": "0.4.2",
"description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).",
"bin": {
"usemin": "./bin/usemin"
Expand All @@ -14,8 +14,7 @@
},
"keywords": [
"usemin",
"html",
"css",
"html", "css",
"optimize"
],
"author": "Nelson Yeung (http://nelsyeung.com)",
Expand All @@ -25,7 +24,7 @@
},
"homepage": "https://github.com/nelsyeung/usemin-cli#readme",
"dependencies": {
"usemin": "^0.4.1",
"usemin": "^0.4.2",
"yargs": "^6.6.0"
},
"eslintConfig": {
Expand Down

0 comments on commit d629d0f

Please sign in to comment.