Reorganize & reformat

This commit is contained in:
Edin Dazdarevic
2017-04-11 10:43:05 +02:00
parent a1151150db
commit 4a8740fb35
22 changed files with 2364 additions and 1353 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --content-base ./dist --hot --inline --host 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier-standard 'src/**/*.js'"
},
"author": "",
"license": "ISC",
@@ -21,7 +22,9 @@
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"eslint": "^3.19.0",
"prettier": "^0.22.0",
"prettier-standard": "^3.0.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}