@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.
- 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.
|
|
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":
|
|
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
|
|
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
|
+
}
|