rud-dashboard 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rud-dashboard",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "author": "Ofir Rubin",
5
5
  "description": "A flexible dashboard component library with drag-and-drop, resize, and grid layout support for React and Preact",
6
6
  "type": "module",
@@ -80,10 +80,11 @@
80
80
  "interactive",
81
81
  "drag and drop"
82
82
  ],
83
- "homepage": "https://github.com/ofirrubin/rud-dashboard",
83
+ "homepage": "https://github.com/ofirrubin/react-dashboard-builder",
84
84
  "repository": {
85
85
  "type": "git",
86
- "url": "https://github.com/ofirrubin/rud-dashboard.git"
86
+ "url": "https://github.com/ofirrubin/react-dashboard-builder.git",
87
+ "directory": "packages/react-dashboard-builder"
87
88
  },
88
89
  "license": "MIT"
89
- }
90
+ }