Update webpack-dashboard

This commit is contained in:
Josh Johnson 2016-09-06 18:46:49 +01:00
parent b796a1b1a2
commit d6fc006e88
2 changed files with 3 additions and 2 deletions

View file

@ -20,6 +20,7 @@
"consistent-return": "off",
"no-param-reassign": ["error", { "props": false }],
"no-unused-vars": ["error", { "args": "none" }],
"no-lonely-if": "off"
"no-lonely-if": "off",
"react/require-extension": "off"
},
}

View file

@ -53,7 +53,7 @@
"opn-cli": "^3.1.0",
"postcss-cli": "^2.5.1",
"webpack": "^1.12.14",
"webpack-dashboard": "0.0.1",
"webpack-dashboard": "^0.1.8",
"webpack-dev-server": "^1.14.1",
"whatwg-fetch": "^1.0.0",
"wrapper-webpack-plugin": "^0.1.7"