Release 1.2.4

old
Javi Velasco 2016-11-01 17:02:21 +01:00
parent 57320a0fb5
commit ccb396f4d7
1 changed files with 3 additions and 3 deletions

View File

@ -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",
@ -112,7 +112,6 @@
"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",
@ -120,5 +119,6 @@
"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"
}