Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Nov 1, 2016
1 parent 57320a0 commit ccb396f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-toolbox",
"description": "A set of React components implementing Google's Material Design specification with the power of CSS Modules.",
"homepage": "http://www.react-toolbox.com",
"version": "1.2.3",
"version": "1.2.4",
"main": "./lib",
"author": {
"name": "React Toolbox Team",
Expand Down Expand Up @@ -112,13 +112,13 @@
"test:watch": "cross-env NODE_ENV=test karma start --no-single-run",
"tsd": "cpx \"./components/**/*.d.ts\" ./lib"
},
"pre-commit": "lint:staged",
"license": "MIT",
"peerDependencies": {
"classnames": "~2.2.0",
"immutability-helper": "~2.0.0",
"react": "~0.14 || ~15.3.0",
"react-addons-css-transition-group": "~0.14.0 || ~15.3.0",
"react-dom": "~0.14.0 || ~15.3.0"
}
},
"pre-commit": "lint:staged"
}

0 comments on commit ccb396f

Please sign in to comment.