Skip to content

Commit

Permalink
fix: package.json repository field
Browse files Browse the repository at this point in the history
  • Loading branch information
pgagnidze committed Nov 17, 2023
1 parent 4259720 commit 68a9bdc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -27,7 +27,10 @@
"devtools",
"runner"
],
"repository": "github:Owloops/flybird",
"repository": {
"type" : "git",
"url" : "https://github.com/Owloops/flybird.git"
},
"scripts": {
"test": "mocha --config .mocharc.cjs",
"clean": "rimraf lib",
Expand Down

0 comments on commit 68a9bdc

Please sign in to comment.