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

View File

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