Modify layout

This commit is contained in:
Lukas Martinelli
2016-12-04 17:03:36 +01:00
parent b5cfecec81
commit 02a7ccf831
6 changed files with 305 additions and 293 deletions

View File

@@ -8,7 +8,7 @@
"build": "webpack --config webpack.production.config.js --progress --profile --colors",
"test": "karma start --single-run",
"test-watch": "karma start",
"start": "webpack-dev-server --progress --profile --colors",
"start": "webpack-dev-server --progress --profile --colors --watch-poll",
"lint": "eslint --ext js --ext jsx {src,test}"
},
"repository": {