@launch77-shared/plugin-design-system 1.0.0 → 2.0.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@launch77-shared/plugin-design-system",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Launch77 design system plugin - Setup design tokens and Tailwind preset for elegant web applications",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"release:verify": "launch77-release-verify"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@launch77-shared/lib-design-system": "^
|
|
25
|
+
"@launch77-shared/lib-design-system": "^1.0.0",
|
|
26
26
|
"@launch77/plugin-runtime": "^0.2.0",
|
|
27
27
|
"chalk": "^5.3.0"
|
|
28
28
|
},
|