Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Mar 11, 2016
1 parent f06f665 commit 26fb219
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-resizable",
"version": "1.2.1",
"version": "1.3.0",
"description": "A component that is resizable with handles.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,6 +32,7 @@
"babel-core": "^6.5.1",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
Expand All @@ -41,9 +42,9 @@
"eslint-plugin-react": "^3.16.1",
"lodash": "^4.3.0",
"pre-commit": "^1.1.2",
"style-loader": "^0.13.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"style-loader": "^0.13.0",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
Expand Down

0 comments on commit 26fb219

Please sign in to comment.