waffle-board 0.1.1 → 0.1.2
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.
- package/README.md +3 -0
- package/package.json +7 -1
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
A **JSON schema-based dashboard renderer** for React. Build complex, draggable grid layouts simply by defining a JSON configuration.
|
|
4
4
|
|
|
5
|
+
[](https://www.npmjs.com/package/waffle-board)
|
|
6
|
+
[](https://mbuchthal.github.io/waffle-board/)
|
|
7
|
+
|
|
5
8
|

|
|
6
9
|
|
|
7
10
|
## Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "waffle-board",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/mbuchthal/waffle-board.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://mbuchthal.github.io/waffle-board",
|
|
4
10
|
"type": "module",
|
|
5
11
|
"main": "dist-lib/waffle-board.umd.js",
|
|
6
12
|
"module": "dist-lib/waffle-board.es.js",
|