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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. 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
+ [![NPM Version](https://img.shields.io/npm/v/waffle-board)](https://www.npmjs.com/package/waffle-board)
6
+ [![Live Demo](https://img.shields.io/badge/demo-live-green)](https://mbuchthal.github.io/waffle-board/)
7
+
5
8
  ![Dashboard Preview](https://github.com/mbuchthal/waffle-board/raw/main/public/preview.png)
6
9
 
7
10
  ## Features
package/package.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
2
  "name": "waffle-board",
3
- "version": "0.1.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",