Skip to content

Commit 40cb56b

Browse files
authored
Fix npm install fail
Fail due to some NPM package not found
1 parent 703ab30 commit 40cb56b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"react-router": "^2.4.1",
5151
"redux": "^3.5.2",
5252
"redux-thunk": "^2.1.0",
53-
"sanitize-html": "^1.11.4"
53+
"sanitize-html": "^1.11.4",
54+
"es-abstract": "1.14.1"
5455
},
5556
"devDependencies": {
5657
"ava": "^0.15.2",

0 commit comments

Comments
 (0)