[react-native][jest] Sync to 0.5.x and update to io.js

This commit is contained in:
Dmitry Soshnikov 2015-06-29 17:32:44 -07:00
parent cf6ff3f815
commit 555236865b
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
"yargs": "1.3.2"
},
"devDependencies": {
"jest-cli": "0.4.5",
"jest-cli": "git://github.com/facebook/jest#0.5.x",
"babel-eslint": "3.1.5",
"eslint": "0.21.2",
"eslint-plugin-react": "2.3.0"

View File

@ -25,7 +25,7 @@
},
"dependencies": {},
"devDependencies": {
"jest-cli": "0.4.5",
"jest-cli": "git://github.com/facebook/jest#0.5.x",
"eslint": "0.9.2"
}
}