manga-ui-compents-abi 1.0.2 → 1.0.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "manga-ui-compents-abi",
3
- "version": "1.0.2",
4
- "description": "69 Comic Book Style UI Components for Manga/Webtoon platforms. Built with React + TypeScript.",
3
+ "version": "1.0.4",
4
+ "description": "72 Comic Book Style UI Components for Manga/Webtoon platforms. Built with React + TypeScript.",
5
5
  "type": "module",
6
6
  "main": "./dist/manga-ui-compents-abi.umd.cjs",
7
7
  "module": "./dist/manga-ui-compents-abi.js",
@@ -19,11 +19,11 @@
19
19
  ],
20
20
  "scripts": {
21
21
  "dev": "vite",
22
- "build": "tsc -b && vite build",
23
- "build:lib": "vite build --mode lib && tsc --emitDeclarationOnly --declaration --outDir dist",
22
+ "build": "vite build --mode lib && tsc --emitDeclarationOnly --declaration --outDir dist",
23
+ "build:app": "tsc -b && vite build",
24
24
  "lint": "eslint .",
25
25
  "preview": "vite preview",
26
- "prepublishOnly": "npm run build:lib"
26
+ "prepublishOnly": "npm run build"
27
27
  },
28
28
  "keywords": [
29
29
  "react",