Skip to content

Commit 7dcfea1

Browse files
author
Matthew Jones
committed
v1.1.3
1 parent 2cdc406 commit 7dcfea1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scroll-horizontal",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Easy Horizontal Scrolling for React",
55
"main": "dist/react-scroll-horizontal.js",
66
"scripts": {
@@ -12,9 +12,9 @@
1212
"author": "Matthew Jones",
1313
"license": "MIT",
1414
"dependencies": {
15-
"react-motion": "^0.5.0",
1615
"react": "^15.5.4",
17-
"react-dom": "^15.5.4"
16+
"react-dom": "^15.5.4",
17+
"react-motion": "^0.5.0"
1818
},
1919
"devDependencies": {
2020
"babel-cli": "*",
@@ -29,8 +29,8 @@
2929
"extract-text-webpack-plugin": "^2.1.0",
3030
"file-loader": "^0.11.1",
3131
"normalize.css": "^7.0.0",
32-
"postcss-import": "^10.0.0",
3332
"postcss-cssnext": "^2.10.0",
33+
"postcss-import": "^10.0.0",
3434
"postcss-loader": "^1.3.3",
3535
"raw-loader": "^0.5.1",
3636
"react-hot-loader": "^1.3.1",

0 commit comments

Comments
 (0)