Skip to content

Commit

Permalink
Removed 'peerDependencies' block from package.json for add-ons we thi…
Browse files Browse the repository at this point in the history
…nk will continue to work for the forseeable future
  • Loading branch information
Brian Vaughn committed Mar 30, 2017
1 parent fe4a5b4 commit 67a8db3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 18 deletions.
5 changes: 0 additions & 5 deletions addons/react-addons-create-fragment/package.json
Expand Up @@ -22,10 +22,5 @@
],
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest": "^19.0.2",
"react": "^16.0.0-alpha.4",
"react-dom": "^16.0.0-alpha.4"
}
}
3 changes: 0 additions & 3 deletions addons/react-addons-linked-state-mixin/package.json
Expand Up @@ -12,9 +12,6 @@
"fbjs": "^0.8.4",
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^15.4.2"
},
"scripts": {
"test": "jest"
},
Expand Down
3 changes: 0 additions & 3 deletions addons/react-addons-shallow-compare/package.json
Expand Up @@ -12,9 +12,6 @@
"fbjs": "^0.8.4",
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^15.5.0"
},
"files": [
"LICENSE",
"PATENTS",
Expand Down
3 changes: 0 additions & 3 deletions addons/react-addons-update/package.json
Expand Up @@ -12,9 +12,6 @@
"fbjs": "^0.8.9",
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^15.4.2"
},
"files": [
"LICENSE",
"PATENTS",
Expand Down
5 changes: 1 addition & 4 deletions addons/react-linked-input/package.json
Expand Up @@ -17,8 +17,5 @@
"linked",
"reactlink"
],
"license": "BSD-3-Clause",
"peerDependencies": {
"react": "^15.0.1"
}
"license": "BSD-3-Clause"
}

0 comments on commit 67a8db3

Please sign in to comment.