Skip to content

Commit

Permalink
fix: Configured yargs without boolean negation, fixed --no-reload
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Jun 21, 2016
1 parent d0aabf1 commit 0bf887f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,8 @@
"yauzl": "2.6.0"
},
"author": "Kumar McMillan",
"license": "MPL-2.0"
"license": "MPL-2.0",
"yargs": {
"boolean-negation": false
}
}

0 comments on commit 0bf887f

Please sign in to comment.