officialblock 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/dist/official-block.cjs.js +76 -85
- package/dist/official-block.es.js +11298 -15736
- package/dist/official-block.umd.js +74 -83
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "officialblock",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"description": "A Vue 3 article list component library",
|
|
6
6
|
"author": "Your Name",
|
|
7
7
|
"license": "MIT",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
],
|
|
39
39
|
"scripts": {
|
|
40
40
|
"dev": "vite",
|
|
41
|
-
"build": "vite build",
|
|
41
|
+
"build": "npx vite build --config vite.lib.config.mjs",
|
|
42
42
|
"preview": "vite preview",
|
|
43
43
|
"prepublishOnly": "npm run build"
|
|
44
44
|
},
|