Skip to content

Commit 960f65f

Browse files
committed
chore: fix package.json urls
1 parent 3205a98 commit 960f65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"license": "MIT",
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/telegraf/entities.git"
17+
"url": "git+https://github.com/telegraf/entity.git"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/telegraf/entities/issues"
20+
"url": "https://github.com/telegraf/entity/issues"
2121
},
2222
"scripts": {
2323
"prepare": "deno run -A ./build_npm.ts"

0 commit comments

Comments
 (0)