Skip to content

Commit e232aa1

Browse files
authored
Merge pull request #8 from bongosway/master
Add missing module
2 parents 5c48218 + 52f88ab commit e232aa1

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)