@allior/wmake-emotes 1.0.3 → 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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allior/wmake-emotes",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Emote providers: 7TV, BetterTTV, FrankerFaceZ.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/root/index.d.ts",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
],
|
|
24
24
|
"scripts": {
|
|
25
25
|
"pub": "npm publish --access public",
|
|
26
|
-
"build": "
|
|
27
|
-
"build:iife": "
|
|
26
|
+
"build": "bun -e \"import fs from 'node:fs'; try { fs.rmSync('dist', { recursive: true, force: true }); } catch {}\" && bun ../node_modules/vite/bin/vite.js build && VITE_IIFE_ENTRY=root bun ../node_modules/vite/bin/vite.js build --config vite.iife.config.ts && VITE_IIFE_ENTRY=react bun ../node_modules/vite/bin/vite.js build --config vite.iife.config.ts && bun ../node_modules/typescript/lib/tsc.js -p tsconfig.types.json",
|
|
27
|
+
"build:iife": "VITE_IIFE_ENTRY=root bun ../node_modules/vite/bin/vite.js build --config vite.iife.config.ts && VITE_IIFE_ENTRY=react bun ../node_modules/vite/bin/vite.js build --config vite.iife.config.ts",
|
|
28
28
|
"clean": "rimraf dist",
|
|
29
|
-
"prepublishOnly": "
|
|
29
|
+
"prepublishOnly": "bun run build"
|
|
30
30
|
},
|
|
31
31
|
"keywords": [],
|
|
32
32
|
"author": "An1by",
|