@felan-ai/design-system 0.0.0 → 0.1.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/design-system",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "description": "Felan design tokens, brand guidance, reusable assets, templates, and lint policy",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -79,13 +79,13 @@
79
79
  },
80
80
  "publishConfig": {
81
81
  "access": "public",
82
- "provenance": true
82
+ "provenance": false
83
83
  },
84
84
  "scripts": {
85
85
  "test": "node --test",
86
- "pack": "rm -rf .artifacts && pnpm pack --pack-destination .artifacts",
87
- "verify:pack": "node scripts/verify-package.mjs .artifacts/felan-ai-design-system-0.1.0.tgz",
86
+ "pack:artifact": "rm -rf .artifacts && pnpm pack --pack-destination .artifacts",
87
+ "verify:pack": "node scripts/verify-package.mjs",
88
88
  "check:proposed-version": "node scripts/check-proposed-version.mjs",
89
- "verify": "pnpm test && pnpm pack && pnpm verify:pack"
89
+ "verify": "pnpm test && pnpm run pack:artifact && pnpm run verify:pack"
90
90
  }
91
- }
91
+ }