Skip to content

Commit 9a30629

Browse files
authored
Merge pull request #3 from Remexllee/master
miss module in package.json
2 parents 5d1fab8 + 08785e6 commit 9a30629

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

002-checkout/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
},
88
"dependencies": {
99
"react": "^15.3.2",
10-
"react-dom": "^15.3.2"
10+
"react-dom": "^15.3.2",
11+
"react-addons-css-transition-group": "^15.3.2"
1112
},
1213
"scripts": {
1314
"start": "react-scripts start",

0 commit comments

Comments
 (0)