Skip to content

Commit c0df59c

Browse files
committed
fix(types): add missing @types/node
1 parent a3164c6 commit c0df59c

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33
"version": "0.1.0",
44
"description": "Fork of Eta.js with hookable load content transformers.",
55
"license": "MIT",
6-
"keywords": ["eta", "template-engine"],
6+
"keywords": [
7+
"eta",
8+
"template-engine"
9+
],
710
"repository": {
811
"type": "git",
912
"url": "https://github.com/vralle/eta-hooked.git"
1013
},
1114
"type": "module",
12-
"files": ["dist"],
15+
"files": [
16+
"dist"
17+
],
1318
"main": "./dist/index.js",
1419
"types": "./dist/index.d.ts",
1520
"exports": {
@@ -31,6 +36,7 @@
3136
"eta": "^3.5"
3237
},
3338
"devDependencies": {
39+
"@types/node": "^24.0.13",
3440
"vitest": "^3.2"
3541
}
3642
}

0 commit comments

Comments
 (0)