@deijose/nix-js 1.0.3 → 1.0.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deijose/nix-js",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "A lightweight, fully reactive micro-framework — no virtual DOM, no compiler, just signals and tagged templates.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -48,7 +48,7 @@
48
48
  "build:lib": "vite build --config vite.lib.config.ts && tsc --project tsconfig.lib.json && terser dist/lib/nix-js.js -c -m -o dist/lib/nix-js.js && terser dist/lib/nix-js.cjs -c -m -o dist/lib/nix-js.cjs",
49
49
  "typecheck": "tsc --noEmit",
50
50
  "test": "vitest run",
51
- "prepublishOnly": "cp README.md .readme-full.md && cp .readme-npm.md README.md",
51
+ "prepublishOnly": "npm run build:lib && cp README.md .readme-full.md && cp .readme-npm.md README.md",
52
52
  "postpublish": "mv .readme-full.md README.md"
53
53
  },
54
54
  "devDependencies": {