Skip to content

Commit 52f88ab

Browse files
committed
Add missing module
1 parent 287a326 commit 52f88ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎002-checkout/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"react-scripts": "0.4.3"
77
},
88
"dependencies": {
9+
"pluralize": "^5.0.0",
910
"react": "^15.3.2",
10-
"react-dom": "^15.3.2",
11-
"react-addons-css-transition-group": "^15.3.2"
11+
"react-addons-css-transition-group": "^15.3.2",
12+
"react-dom": "^15.3.2"
1213
},
1314
"scripts": {
1415
"start": "react-scripts start",

0 commit comments

Comments
 (0)