Skip to content

Commit 08c7be0

Browse files
committed
chore: remove type option
1 parent d783707 commit 08c7be0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"name": "cop",
33
"version": "4.0.1",
44
"description": "A Telegram bot for managing Telegram groups efficiently.",
5-
"main": "src/app.ts",
6-
"type": "module",
5+
"main": "/src/app.js",
76
"files": [
87
"dist",
98
"src",
@@ -27,7 +26,7 @@
2726
},
2827
"repository": {
2928
"type": "git",
30-
"url": "https://github.com/CodeModule-ir/cop.git"
29+
"url": "git+https://github.com/CodeModule-ir/cop.git"
3130
},
3231
"keywords": [
3332
"code-module",

0 commit comments

Comments
 (0)