Skip to content

Commit 8a8dbb6

Browse files
authored
Added version constraint to types/node in jsr.json (#166)
Pretty sure this is the last PR today!
1 parent 308bb09 commit 8a8dbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"exports": "./index.mjs",
55
"imports": {
66
"pg": "npm:@types/pg@^8.8.0",
7-
"node": "npm:@types/node"
7+
"node": "npm:@types/node@^22.15.30"
88
},
99
"publish": {
1010
"include": [

0 commit comments

Comments
 (0)