[ReactNative] Update package.json to be npm-ready

This commit is contained in:
Christopher Chedeau 2015-03-25 18:18:41 -07:00
parent 789516b9a8
commit ffee46819e
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@
"uglify-js": "~2.4.16",
"underscore": "1.7.0",
"worker-farm": "1.1.0",
"yargs": "1.3.2"
"yargs": "1.3.2",
"ws": "0.4.31"
},
"devDependencies": {
"jest-cli": "0.2.1",