Skip to content

Commit

Permalink
sq
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Oct 11, 2016
1 parent 31d300f commit 90995d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack-dev.config.js",
"dev": "webpack-dev-server --config webpack-dev.config.js --port 9090",
"dev": "webpack-dev-server --config webpack-dev.config.js",
"dist": "webpack index.js dist/kframe.js && webpack -p index.js dist/kframe.min.js",
"generate": "node site/generate",
"postinstall": "node lib/scripts/install.js",
Expand Down

0 comments on commit 90995d4

Please sign in to comment.