From ec23c3cb5aa76ddde4d2dffbcfacd236ea1b8b40 Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Mon, 8 May 2017 09:40:07 -0600 Subject: [PATCH] Renamed npm start task --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e480b31..7682a49 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "echo \"Error: no test specified\" && exit 1", "clean": "rm -rf ./dist ./build", "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/**/* || :" }, "repository": { @@ -38,7 +38,7 @@ "react-dom": "^15.5.4", "react-fontawesome": "^1.6.1", "semantic-ui-css": "^2.2.10", - "semantic-ui-react": "^0.67.2" + "semantic-ui-react": "^0.68.3" }, "devDependencies": { "@types/webpack-env": "^1.13.0",