Skip to content

Commit

Permalink
adding a watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrwhr committed Aug 6, 2016
1 parent 607b07a commit 4140cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,8 @@
"description": "The shrugapillar is to be used in a scenario in which one believes a matter will eventually escalate to a problem but that issue will still not be their problem. Though one has not shrugged off the potential of the issue yet, it is known that the matter will cocoon and be reborn as a full blow problem that they will still not care about.",
"main": "lib/index.js",
"scripts": {
"build": "webpack --config webpack.dev.js"
"build": "webpack --config webpack.dev.js",
"watch": "webpack --watch --config webpack.dev.js"
},
"keywords": [
"shrug",
Expand Down

0 comments on commit 4140cf3

Please sign in to comment.