Skip to content

Commit 2b0143f

Browse files
jkoppelclaude
andcommitted
Add @types/nodegit dev dependency
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 85a55c1 commit 2b0143f

File tree

2 files changed

+70
-8
lines changed

2 files changed

+70
-8
lines changed

package-lock.json

Lines changed: 68 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
}
2727
],
2828
"main": "lib/nodegit.js",
29+
"types": "lib/nodegit.d.ts",
2930
"repository": {
3031
"type": "git",
3132
"url": "git://github.com/nodegit/nodegit.git"
@@ -39,6 +40,7 @@
3940
},
4041
"dependencies": {
4142
"@mapbox/node-pre-gyp": "^2.0.0",
43+
"@types/nodegit": "0.26.7",
4244
"fs-extra": "^7.0.0",
4345
"got": "^14.4.7",
4446
"json5": "^2.1.0",

0 commit comments

Comments
 (0)