@causw/tokens 0.0.1 → 0.0.2

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 +9 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@causw/tokens",
3
- "version": "0.0.1",
4
- "description": "Design tokens for CAUSW Design System",
3
+ "version": "0.0.2",
4
+ "description": "Design tokens for CAUSW Design System - CAU Software Community Service",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -19,8 +19,14 @@
19
19
  "tsup": "^8.0.0",
20
20
  "typescript": "^5.3.0"
21
21
  },
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://github.com/CAUCSE/CAUSW-frontend-design-system",
25
+ "directory": "packages/tokens"
26
+ },
22
27
  "publishConfig": {
23
- "access": "public"
28
+ "access": "public",
29
+ "provenance": true
24
30
  },
25
31
  "scripts": {
26
32
  "build": "tsup src/index.ts --format cjs,esm --dts",