diff options
Diffstat (limited to 'dashboard/assets/package.json')
-rw-r--r-- | dashboard/assets/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dashboard/assets/package.json b/dashboard/assets/package.json index 5ac179b9e..fb1a68e5b 100644 --- a/dashboard/assets/package.json +++ b/dashboard/assets/package.json @@ -13,6 +13,7 @@ "babel-runtime": "^6.26.0", "classnames": "^2.2.5", "css-loader": "^0.28.9", + "escape-html": "^1.0.3", "eslint": "^4.16.0", "eslint-config-airbnb": "^16.1.0", "eslint-loader": "^2.0.0", @@ -41,7 +42,7 @@ "scripts": { "build": "NODE_ENV=production webpack", "stats": "webpack --profile --json > stats.json", - "dev": "webpack-dev-server --port 8081", - "flow": "flow-typed install" + "dev": "webpack-dev-server --port 8081", + "flow": "flow-typed install" } } |