Skip to content

Commit 26fb219

Browse files
committed
v1.3.0
1 parent f06f665 commit 26fb219

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-resizable",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "A component that is resizable with handles.",
55
"main": "index.js",
66
"scripts": {
@@ -32,6 +32,7 @@
3232
"babel-core": "^6.5.1",
3333
"babel-eslint": "^4.1.8",
3434
"babel-loader": "^6.2.2",
35+
"babel-preset-es2015": "^6.6.0",
3536
"babel-preset-es2015-loose": "^7.0.0",
3637
"babel-preset-react": "^6.5.0",
3738
"babel-preset-stage-1": "^6.5.0",
@@ -41,9 +42,9 @@
4142
"eslint-plugin-react": "^3.16.1",
4243
"lodash": "^4.3.0",
4344
"pre-commit": "^1.1.2",
44-
"style-loader": "^0.13.0",
4545
"react": "^0.14.7",
4646
"react-dom": "^0.14.7",
47+
"style-loader": "^0.13.0",
4748
"webpack": "^1.12.13",
4849
"webpack-dev-server": "^1.14.1"
4950
},

0 commit comments

Comments
 (0)