We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73045a2 commit 9d4d224Copy full SHA for 9d4d224
.gitignore
@@ -9,3 +9,4 @@ TODOs.md
9
.idea
10
.eslintcache
11
.env.*
12
+*.tgz
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-global-config",
3
"PascalCasedName": "VueGlobalConfig",
4
- "version": "0.4.0",
+ "version": "0.4.1",
5
"private": false,
6
"description": "Configure your Vue 2.6/2.7/3 components globally.",
7
"author": "Cloyd Lau",
@@ -37,6 +37,7 @@
37
"scripts": {
38
"dev": "esno ./scripts/dev.mts",
39
"doc": "vitepress dev --open /README",
40
+ "test-unit": "vitest run",
41
"build": "vite build",
42
"serve": "vite preview",
43
"release": "esno ./scripts/release.mts",
0 commit comments