Browse Source

Renamed npm start task

update-deps
Alex Mikhalev 8 years ago
parent
commit
ec23c3cb5a
  1. 4
      package.json

4
package.json

@ -8,7 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf ./dist ./build", "clean": "rm -rf ./dist ./build",
"build": "webpack --config ./webpack/prod.config.js", "build": "webpack --config ./webpack/prod.config.js",
"start:dev": "webpack-dev-server --config ./webpack/dev.config.js", "start": "webpack-dev-server --config ./webpack/dev.config.js",
"lint": "tslint app/script/**/* || :" "lint": "tslint app/script/**/* || :"
}, },
"repository": { "repository": {
@ -38,7 +38,7 @@
"react-dom": "^15.5.4", "react-dom": "^15.5.4",
"react-fontawesome": "^1.6.1", "react-fontawesome": "^1.6.1",
"semantic-ui-css": "^2.2.10", "semantic-ui-css": "^2.2.10",
"semantic-ui-react": "^0.67.2" "semantic-ui-react": "^0.68.3"
}, },
"devDependencies": { "devDependencies": {
"@types/webpack-env": "^1.13.0", "@types/webpack-env": "^1.13.0",

Loading…
Cancel
Save