Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 7, 2016
1 parent 9f6f5db commit f5df2ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "这个仓库是我学习和收集的一些WebPack插件、例子和这些插件的简单应用以及笔记。",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --devtool eval --progress --colors",
"deploy": "NODE_ENV=production webpack -p"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit f5df2ce

Please sign in to comment.