Skip to content

Commit a92bc51

Browse files
committed
Add empty dependencies for packages
This ensures that broken npm versions won't crash when doing install --production
1 parent 6f5e619 commit a92bc51

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/react-addons/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"react-addon"
99
],
1010
"license": "BSD-3-Clause",
11+
"dependencies": {},
1112
"peerDependencies": {
1213
"react": "^0.15.0-alpha.1"
1314
}

packages/react-dom/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"url": "https://github.com/facebook/react/issues"
1313
},
1414
"homepage": "https://facebook.github.io/react/",
15+
"dependencies": {},
1516
"peerDependencies": {
1617
"react": "^0.15.0-alpha.1"
1718
}

0 commit comments

Comments
 (0)