@shell-shock/plugin-theme 0.3.6 → 0.3.8
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-theme",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
|
|
6
6
|
"repository": {
|
|
@@ -220,8 +220,8 @@
|
|
|
220
220
|
},
|
|
221
221
|
"devDependencies": {
|
|
222
222
|
"@powerlines/plugin-deepkit": "^0.11.168",
|
|
223
|
-
"@types/node": "^25.3.
|
|
223
|
+
"@types/node": "^25.3.1"
|
|
224
224
|
},
|
|
225
225
|
"publishConfig": { "access": "public" },
|
|
226
|
-
"gitHead": "
|
|
226
|
+
"gitHead": "5060b4eea839167762bf802105495283c31fec1b"
|
|
227
227
|
}
|