@mypixia/simplex-designer 1.0.14 → 1.0.15

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,12 @@ interactive design experiences in your web applications.
12
12
 
13
13
 
14
14
 
15
+ ## Demo
16
+ ### https://docs.mypixia.com/
17
+
18
+
19
+ <hr>
20
+
15
21
  ## Usage
16
22
  ```shell
17
23
  npm install @mypixia/simplex-designer --save
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mypixia/simplex-designer",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.es.js",
6
6
  "unpkg": "dist/index.umd.js",