@viocha/esm-pkg 0.6.1 → 1.0.0

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viocha/esm-pkg",
3
- "version": "0.6.1",
3
+ "version": "1.0.0",
4
4
  "description": "Prebuilt browser ESM bundles for React, antd, clsx, lucide-react, htm, and shadcn/ui.",
5
5
  "keywords": [
6
6
  "esm",
@@ -10,7 +10,7 @@
10
10
  "antd",
11
11
  "shadcn"
12
12
  ],
13
- "homepage": "https://github.com/viocha/esm-pkg#readme",
13
+ "homepage": "https://viocha.github.io/esm-pkg/",
14
14
  "repository": {
15
15
  "type": "git",
16
16
  "url": "git+https://github.com/viocha/esm-pkg.git"
@@ -35,6 +35,7 @@
35
35
  },
36
36
  "scripts": {
37
37
  "build": "node ./scripts/build-all.mjs",
38
+ "build:index": "node ./scripts/generate-examples-index.mjs",
38
39
  "build:shadcn": "node ./scripts/build-shadcn.mjs",
39
40
  "test:e2e": "pnpm run build && playwright test"
40
41
  },