pgo-ui 1.1.1 → 1.1.2
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pgo-ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "A Vue 3 component library with PGO design system",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
"dev": "vite",
|
|
42
42
|
"build": "vite build",
|
|
43
43
|
"preview": "vite preview",
|
|
44
|
-
"postinstall": "node ./src/copy-assets.cjs"
|
|
44
|
+
"postinstall": "node ./src/copy-assets.cjs",
|
|
45
|
+
"release": "npm version patch --no-git-tag-version && npm run build && npm --//registry.npmjs.org/:_authToken=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 publish"
|
|
45
46
|
},
|
|
46
47
|
"dependencies": {
|
|
47
48
|
"@heroicons/vue": "^2.2.0",
|
|
@@ -100,4 +101,4 @@
|
|
|
100
101
|
"type": "git",
|
|
101
102
|
"url": "https://github.com/Laamin95/ui.git"
|
|
102
103
|
}
|
|
103
|
-
}
|
|
104
|
+
}
|