Skip to content

Commit

Permalink
Fix outSouceMap type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Yeung committed Mar 1, 2017
1 parent d629d0f commit 25390bc
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.2",
"version": "0.4.3",
"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 @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/nelsyeung/usemin-cli#readme",
"dependencies": {
"usemin": "^0.4.2",
"usemin": "^0.4.3",
"yargs": "^6.6.0"
},
"eslintConfig": {
Expand Down

0 comments on commit 25390bc

Please sign in to comment.