Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatakeshi committed Sep 23, 2024
2 parents b8c7999 + 1486719 commit cdb0b71
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
22 changes: 13 additions & 9 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": "3.0.0",
"version": "3.0.1",
"description": "An API to download and/or extract git repositories",
"main": "lib/main.js",
"repository": "github:iwatakeshi/gitly",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"scripts": {
"prepare": "npm run build",
"preversion": "npm run lint",
"preversion": "",
"prepublishOnly": "npm run test",
"build": "tsc",
"test": "jest",
Expand Down

0 comments on commit cdb0b71

Please sign in to comment.