Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 741cc45

Browse files
committed
react-addons-transition-group as peer dependency
1 parent 9bf1e03 commit 741cc45

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"author": "Chi Vinh Le and contributors (https://github.com/wikiwi/react-css-transition/graphs/contributors)",
4646
"license": "MIT",
4747
"peerDependencies": {
48-
"react": "^0.14.0 || ^15.0.0-0"
48+
"react": "^0.14.0 || ^15.0.0-0",
49+
"react-addons-transition-group": "^0.14.0 || ^15.0.0-0"
4950
},
5051
"devDependencies": {
5152
"@types/chai": "^3.4.34",
@@ -84,6 +85,7 @@
8485
"merge2": "^1.0.2",
8586
"mocha": "^3.1.2",
8687
"react": "^15.3.2",
88+
"react-addons-transition-group": "^15.3.2",
8789
"react-addons-test-utils": "^15.3.2",
8890
"react-dom": "^15.3.2",
8991
"remap-istanbul": "0.8.0",
@@ -92,8 +94,5 @@
9294
"tslint": "^4.1.1",
9395
"typescript": "^2.1.4",
9496
"webpack": "^2.2.0-rc.1"
95-
},
96-
"dependencies": {
97-
"react-addons-transition-group": "^15.4.1"
9897
}
9998
}

0 commit comments

Comments
 (0)