wyzie-lib 2.2.0 → 2.2.1

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 +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -6,4 +6,4 @@
6
6
  </p>
7
7
 
8
8
  Wyzie Lib is a package made for easily implementing [Wyzie Subs](https://sub.wyzie.ru) into your
9
- project without all the fuss. Read the docs [here](https://docs.wyzie.ru/subs/usage/package).
9
+ project without all the fuss. [Read the docs](https://docs.wyzie.ru/subs/usage/package).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wyzie-lib",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "icon": "https://i.postimg.cc/L5ppKYC5/cclogo.png",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -67,6 +67,7 @@
67
67
  "vitest": "^2.1.9"
68
68
  },
69
69
  "scripts": {
70
+ "dev": "vite",
70
71
  "build": "vite build && tsc",
71
72
  "test": "npx vitest",
72
73
  "format": "prettier --log-level warn --write \"{src/**/*.{ts},*.{ts,js,html,css,json,md,xml}}\"",