@first-lego-league/display
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "@first-lego-league/display", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"scripts": { | ||
"build": "webpack --mode production", | ||
"start": "start mhub-server -c ./dev/mhub.config.json && node dev/server.js", | ||
"pub": "yarn build && cd ./dist && npm publish --access public" | ||
"mhub": "mhub-server -c ./dev/mhub.config.json", | ||
"start": "webpack-dev-server --config webpack.config.js" | ||
}, | ||
@@ -33,4 +33,5 @@ "devDependencies": { | ||
"webpack": "^4.15.1", | ||
"webpack-cli": "^3.0.8" | ||
"webpack-cli": "^3.0.8", | ||
"webpack-dev-server": "^3.1.5" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
1405124
25