Reorganize & reformat
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user