Skip to content

Commit

Permalink
REVIEW: Rename to in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
1ambda committed Dec 28, 2016
1 parent a6ffe42 commit bfc635b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeppelin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev:server": "webpack-dev-server --hot",
"dev:watch": "grunt watch-webpack-dev",
"prestart": "grunt pre-webpack-dev",
"start": "npm-run-all --parallel dev:server dev:watch",
"dev": "npm-run-all --parallel dev:server dev:watch",
"pretest": "npm install karma-phantomjs-launcher",
"test": "karma start test/karma.conf.js"
},
Expand Down

0 comments on commit bfc635b

Please sign in to comment.