Skip to content

Commit 9ed25ee

Browse files
committed
fix: 🐛 add sugarss as optional dependency
1 parent b81d983 commit 9ed25ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: package.json

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
"pug": "^3.0.0",
106106
"sass": "^1.26.8",
107107
"stylus": "^0.54.7",
108+
"sugarss": "^2.0.0",
108109
"svelte": "^3.23.0",
109110
"typescript": "^3.9.5 || ^4.0.0"
110111
},
@@ -136,6 +137,9 @@
136137
"stylus": {
137138
"optional": true
138139
},
140+
"sugarss": {
141+
"optional": true
142+
},
139143
"svelte": {
140144
"optional": true
141145
},

0 commit comments

Comments
 (0)