Skip to content

Commit 52822cc

Browse files
committed
chore: move zurk to dev deps
1 parent 1684c98 commit 52822cc

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"webpod": "^0",
8484
"which": "^3.0.0",
8585
"yaml": "^2.3.4",
86-
"zurk": "^0.0.11"
86+
"zurk": "^0.0.12"
8787
},
8888
"publishConfig": {
8989
"registry": "https://wombat-dressing-room.appspot.com"

scripts/build-dts.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const entry = {
3737
'@types/minimist',
3838
'@types/ps-tree',
3939
'@types/which',
40+
'zurk',
4041
], // args['external-inlines'],
4142
},
4243
output: {

0 commit comments

Comments
 (0)