vintage-frames 0.1.0 → 0.1.1

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "vintage-frames",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vintage-frames",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Lit web components that emulate the look and feel of classic Mac OS System 7",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -56,7 +56,7 @@
56
56
  "test": "node scripts/test.mjs",
57
57
  "dev": "vite",
58
58
  "build": "vite build && tsc -p tsconfig.build.json && npm run analyze",
59
- "build:pages": "vite build --config vite.pages.config.ts && node scripts/copy-strikes.mjs",
59
+ "build:pages": "vite build --config vite.pages.config.ts",
60
60
  "preview:pages": "vite preview --config vite.pages.config.ts",
61
61
  "prepack": "npm run build && npm run verify:manifest",
62
62
  "analyze": "cem analyze",