@kubex/zinc 1.0.1 → 1.0.3

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.
@@ -57,7 +57,7 @@ jobs:
57
57
  uses: actions/download-artifact@v4
58
58
  with:
59
59
  name: app-build
60
- path: ${{github.workspace}}/dist
60
+ path: dist
61
61
 
62
62
  - run: npm publish --access public
63
63
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubex/zinc",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
5
5
  "keywords": [
6
6
  "web components",
@@ -24,6 +24,8 @@
24
24
  ],
25
25
  "type": "module",
26
26
  "main": "src/zinc.ts",
27
+ "module": "dist/zinc.js",
28
+ "unpkg": "dist/zinc.min.js",
27
29
  "scripts": {
28
30
  "build": "node scripts/build.js",
29
31
  "build:vite": "vite build",