Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Jones committed Sep 14, 2017
1 parent 2cdc406 commit 7dcfea1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scroll-horizontal",
"version": "1.1.2",
"version": "1.1.3",
"description": "Easy Horizontal Scrolling for React",
"main": "dist/react-scroll-horizontal.js",
"scripts": {
Expand All @@ -12,9 +12,9 @@
"author": "Matthew Jones",
"license": "MIT",
"dependencies": {
"react-motion": "^0.5.0",
"react": "^15.5.4",
"react-dom": "^15.5.4"
"react-dom": "^15.5.4",
"react-motion": "^0.5.0"
},
"devDependencies": {
"babel-cli": "*",
Expand All @@ -29,8 +29,8 @@
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"normalize.css": "^7.0.0",
"postcss-import": "^10.0.0",
"postcss-cssnext": "^2.10.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^1.3.3",
"raw-loader": "^0.5.1",
"react-hot-loader": "^1.3.1",
Expand Down

0 comments on commit 7dcfea1

Please sign in to comment.