fu-kit 1.1.7 → 1.1.8

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,8 +12,6 @@ Use it with caution. This is my play yard.
12
12
 
13
13
  ## Standard Vue run sequence
14
14
 
15
- Demo [fu-kit.vovchisko.dev](https://fu-kit.vovchisko.dev)
16
-
17
15
  ```
18
16
  npm i # install
19
17
  npm run serve # serve locally
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fu-kit",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "src/entry.js",