Back out D2063283: [react-packager] Update worker farm

This commit is contained in:
Philipp von Weitershausen 2015-05-13 12:36:45 -07:00
parent 4b5385b2f0
commit b47e89a397
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.4.2",
"version": "0.4.1",
"description": "A framework for building native apps using React",
"repository": {
"type": "git",
@ -63,12 +63,12 @@
"stacktrace-parser": "git://github.com/frantic/stacktrace-parser.git#493c5e5638",
"uglify-js": "~2.4.16",
"underscore": "1.7.0",
"worker-farm": "^1.3.0",
"worker-farm": "1.1.0",
"ws": "0.4.31",
"yargs": "1.3.2"
},
"devDependencies": {
"jest-cli": "0.4.3",
"jest-cli": "0.2.1",
"eslint": "0.9.2"
}
}