Commit 70a7f28e authored by Joe Haddad's avatar Joe Haddad Committed by GitHub
Browse files

Add explicit package dependence (#2243)

Closes #2232
parent 499adbe7
Showing with 2 additions and 4 deletions
+2 -4
......@@ -45,9 +45,6 @@
"recursive-readdir": "2.2.1",
"shell-quote": "1.6.1",
"sockjs-client": "1.1.4",
"stack-frame-mapper": "0.4.0",
"stack-frame-parser": "0.4.0",
"stack-frame-unmapper": "0.4.0",
"strip-ansi": "3.0.1"
}
}
......@@ -35,7 +35,8 @@
"babel-code-frame": "6.22.0",
"babel-runtime": "6.23.0",
"react-dev-utils": "^1.0.0",
"settle-promise": "1.0.0"
"settle-promise": "1.0.0",
"source-map": "0.5.6"
},
"devDependencies": {
"babel-cli": "6.24.1",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment