Clean up package.json after #6338

This commit is contained in:
Paul O’Shannessy
2016-04-20 10:29:39 -07:00
parent c84ad52ddb
commit 9354751dc9

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"
}
}