Merge pull request #6553 from zpao/cleanuppkg

Clean up package.json after #6338
This commit is contained in:
Paul O’Shannessy 2016-04-20 10:34:44 -07:00
commit bddecc9696
1 changed files with 1 additions and 5 deletions

View File

@ -3,10 +3,7 @@
"version": "16.0.0-alpha",
"description": "React package for use inside react-native.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react.git"
},
"repository": "facebook/react",
"keywords": [
"react",
"react-native"
@ -17,7 +14,6 @@
},
"homepage": "https://facebook.github.io/react-native/",
"dependencies": {
"fbjs": "^0.8.0",
"react": "^16.0.0-alpha"
}
}