@pepperui/tokens 1.2.0 → 1.2.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.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pepperui/tokens",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Pepper UI design tokens — the Mobupps design system. One source, seven outputs: CSS, SCSS, a Tailwind v3 preset, a Tailwind v4 theme, the shadcn variable map, Figma-import JSON and a Python module.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"./shadcn.css": "./dist/shadcn.css",
|
|
17
17
|
"./figma": "./dist/figma.json",
|
|
18
18
|
"./python": "./dist/pepper_tokens.py",
|
|
19
|
-
".": "./dist/tailwind.js"
|
|
19
|
+
".": "./dist/tailwind.js",
|
|
20
|
+
"./package.json": "./package.json"
|
|
20
21
|
},
|
|
21
22
|
"publishConfig": { "access": "public" },
|
|
22
23
|
"repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/rashidmobupps/pepper-ui.git", "directory": "packages/tokens" },
|