Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into chore/upgrade-gitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi committed May 12, 2024
2 parents 0c18844 + bf4a9cc commit 37fd37a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 52 deletions.
61 changes: 11 additions & 50 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
@@ -1,6 +1,6 @@
{
"name": "gitly",
"version": "2.5.2",
"version": "2.5.3",
"description": "An API to download and/or extract git repositories",
"main": "lib/main.js",
"repository": "github:iwatakeshi/gitly",
Expand All @@ -13,6 +13,7 @@
"axios": "^1.6.8",
"cross-spawn": "^7.0.3",
"tar": "^7.1.0"
"shelljs": "^0.8.5",
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
Expand All @@ -22,7 +23,6 @@
"@types/tar": "^6.1.13",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"shelljs": "^0.8.5",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
Expand Down

0 comments on commit 37fd37a

Please sign in to comment.