Skip to content

Commit

Permalink
npm package format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tugrul committed May 3, 2024
1 parent 38d44ca commit 8bd0e1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"types": "./dist/index.d.ts",
"license": "MIT",
"author": "Tuğrul Topuz <[email protected]>",
"repository": "https://github.com/tugrul/async-replace.git",
"repository": {
"type": "git",
"url": "git+https://github.com/tugrul/async-replace.git"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"jest": "^28.1.3",
Expand Down

0 comments on commit 8bd0e1f

Please sign in to comment.