Add explicit package dependence (#2243)

Closes #2232
This commit is contained in:
Joe Haddad
2017-05-19 08:19:04 -04:00
committed by GitHub
parent 499adbe7ea
commit 70a7f28e2b
2 changed files with 2 additions and 4 deletions

View File

@@ -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"
}
}

View File

@@ -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",