Skip to content

Commit 43801cc

Browse files
author
Matthew Jones
committed
Fixes dependency mixup
1 parent 504fae2 commit 43801cc

File tree

3 files changed

+13
-71
lines changed

3 files changed

+13
-71
lines changed

docs/bundle.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 3 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"react": "^16.2.0",
1616
"react-dom": "^16.2.0"
1717
},
18+
"dependencies": {
19+
"react": "^16.2.0",
20+
"react-dom": "^16.2.0",
21+
"react-motion": "^0.5.2"
22+
},
1823
"devDependencies": {
1924
"babel-cli": "*",
2025
"babel-core": "^6.24.1",
@@ -33,7 +38,6 @@
3338
"postcss-loader": "^1.3.3",
3439
"raw-loader": "^0.5.1",
3540
"react-hot-loader": "^1.3.1",
36-
"react-motion": "^0.5.2",
3741
"style-loader": "^0.17.0",
3842
"webpack": "2.2.0",
3943
"webpack-dev-server": "2.4.5"
@@ -58,9 +62,5 @@
5862
"bugs": {
5963
"url": "https://github.com/hew/react-horizontal-scroll/issues"
6064
},
61-
"homepage": "https://github.com/hew/react-horizontal-scroll",
62-
"dependencies": {
63-
"react": "^16.2.0",
64-
"react-dom": "^16.2.0"
65-
}
65+
"homepage": "https://github.com/hew/react-horizontal-scroll"
6666
}

0 commit comments

Comments
 (0)