Skip to content

Commit

Permalink
[react-packager] move dependencies to root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Amjad Masad committed Mar 27, 2015
1 parent af7d7d9 commit 9bcec52
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"scripts": {
"test": "jest",
"lint": "node linter.js Examples/",
"start": "./packager/packager.sh",
"postinstall": "cd packager && npm install"
"start": "./packager/packager.sh"
},
"bin": {
"react-native-start": "packager/packager.sh"
Expand All @@ -47,7 +46,19 @@
"react-tools": "0.13.0-rc2",
"rebound": "^0.0.12",
"source-map": "0.1.31",
"stacktrace-parser": "0.1.1"
"stacktrace-parser": "0.1.1",
"absolute-path": "0.0.0",
"debug": "~2.1.0",
"joi": "~5.1.0",
"module-deps": "3.5.6",
"optimist": "0.6.1",
"q": "1.0.1",
"sane": "1.0.1",
"uglify-js": "~2.4.16",
"underscore": "1.7.0",
"worker-farm": "1.1.0",
"yargs": "1.3.2",
"ws": "0.4.31"
},
"devDependencies": {
"jest-cli": "0.2.1",
Expand Down
19 changes: 2 additions & 17 deletions packager/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-native-cli",
"name": "react-native-packager",
"version": "0.1.1",
"description": "Build native apps with React!",
"repository": {
Expand All @@ -23,22 +23,7 @@
"lint": "node linter.js Examples/",
"start": "./packager/packager.sh"
},
"dependencies": {
"absolute-path": "0.0.0",
"debug": "~2.1.0",
"joi": "~5.1.0",
"module-deps": "3.5.6",
"optimist": "0.6.1",
"q": "1.0.1",
"sane": "1.0.1",
"source-map": "0.1.31",
"stacktrace-parser": "0.1.1",
"uglify-js": "~2.4.16",
"underscore": "1.7.0",
"worker-farm": "1.1.0",
"yargs": "1.3.2",
"ws": "0.4.31"
},
"dependencies": {},
"devDependencies": {
"jest-cli": "0.2.1",
"eslint": "0.9.2"
Expand Down

0 comments on commit 9bcec52

Please sign in to comment.