We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06f665 commit 26fb219Copy full SHA for 26fb219
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-resizable",
3
- "version": "1.2.1",
+ "version": "1.3.0",
4
"description": "A component that is resizable with handles.",
5
"main": "index.js",
6
"scripts": {
@@ -32,6 +32,7 @@
32
"babel-core": "^6.5.1",
33
"babel-eslint": "^4.1.8",
34
"babel-loader": "^6.2.2",
35
+ "babel-preset-es2015": "^6.6.0",
36
"babel-preset-es2015-loose": "^7.0.0",
37
"babel-preset-react": "^6.5.0",
38
"babel-preset-stage-1": "^6.5.0",
@@ -41,9 +42,9 @@
41
42
"eslint-plugin-react": "^3.16.1",
43
"lodash": "^4.3.0",
44
"pre-commit": "^1.1.2",
- "style-loader": "^0.13.0",
45
"react": "^0.14.7",
46
"react-dom": "^0.14.7",
47
+ "style-loader": "^0.13.0",
48
"webpack": "^1.12.13",
49
"webpack-dev-server": "^1.14.1"
50
},
0 commit comments