We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f126c commit a7ae7abCopy full SHA for a7ae7ab
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-grid-layout",
3
- "version": "0.0.2",
+ "version": "0.1.0",
4
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
5
"main": "index.js",
6
"scripts": {
@@ -29,8 +29,9 @@
29
},
30
"homepage": "https://github.com/STRML/react-grid-layout",
31
"dependencies": {
32
- "react-draggable": "^0.3.0",
33
- "react-resizable": "^0.0.2"
+ "lodash": "^2.4.1",
+ "react-draggable": "strml/react-draggable",
34
+ "react-resizable": "^0.0.3"
35
36
"devDependencies": {
37
"css-loader": "^0.9.0",
0 commit comments