Skip to content

Commit a7ae7ab

Browse files
committed
0.1.0
1 parent 96f126c commit a7ae7ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-grid-layout",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
55
"main": "index.js",
66
"scripts": {
@@ -29,8 +29,9 @@
2929
},
3030
"homepage": "https://github.com/STRML/react-grid-layout",
3131
"dependencies": {
32-
"react-draggable": "^0.3.0",
33-
"react-resizable": "^0.0.2"
32+
"lodash": "^2.4.1",
33+
"react-draggable": "strml/react-draggable",
34+
"react-resizable": "^0.0.3"
3435
},
3536
"devDependencies": {
3637
"css-loader": "^0.9.0",

0 commit comments

Comments
 (0)