Skip to content

Commit

Permalink
🍓 Patch
Browse files Browse the repository at this point in the history
Normalized the watch option.
  • Loading branch information
iwatakeshi committed May 6, 2016
1 parent 89eee97 commit 790edd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mr-doc-utils",
"version": "2.3.0",
"version": "2.3.1",
"description": "Utilities for Mr. Doc",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/option.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class Option {
if (ref === true || ref === 'true') return ref;
return false;
})(),
watch: options.watch || options.w,
},
compiler: {
file: {
Expand Down

0 comments on commit 790edd5

Please sign in to comment.