Skip to content

Commit

Permalink
update nodegit
Browse files Browse the repository at this point in the history
  • Loading branch information
omermecitoglu committed Jul 30, 2024
1 parent b4e70cc commit 86c6fbb
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 66 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```
sudo apt install -y build-essential libssl-dev libkrb5-dev
```
3 changes: 0 additions & 3 deletions global.d.ts

This file was deleted.

118 changes: 59 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"type": "module",
"engines": {
"node": "^20.0.0"
"node": "^18.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -47,11 +47,11 @@
"build": "tsc"
},
"dependencies": {
"@figma/nodegit": "^0.28.0-figma.6",
"commander": "^12.1.0",
"dockerode": "^4.0.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"nodegit": "^0.28.0-alpha.28",
"tar-fs": "^3.0.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/git.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import nodegit from "@figma/nodegit";
import nodegit from "nodegit";

export function cloneRepo(repoUrl: string, targetPath: string) {
return nodegit.Clone(repoUrl, targetPath, {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
},
"include": [
"global.d.ts",
"src/**/*.ts",
],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 86c6fbb

Please sign in to comment.