Skip to content

Commit

Permalink
Fix unsupported format for remove blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Yeung committed Feb 25, 2017
1 parent a3532ac commit ad12032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usemin-cli",
"version": "0.4.0",
"version": "0.4.1",
"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 @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/nelsyeung/usemin-cli#readme",
"dependencies": {
"usemin": "^0.4.0",
"usemin": "^0.4.1",
"yargs": "^6.6.0"
},
"eslintConfig": {
Expand Down

0 comments on commit ad12032

Please sign in to comment.