Skip to content

Commit ab525c0

Browse files
committed
Update package.json
1 parent 44deaa8 commit ab525c0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A simple Express middleware to notify errors into Telegram",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"start": "node index.js"
88
},
99
"keywords": [
1010
"telegram",
@@ -20,5 +20,13 @@
2020
},
2121
"dependencies": {
2222
"on-finished": "^2.3.0"
23+
},
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/awesomelike/express-notify-telegram.git"
27+
},
28+
"homepage": "https://github.com/awesomelike/express-notify-telegram#readme",
29+
"bugs": {
30+
"url": "https://github.com/awesomelike/express-notify-telegram/issues"
2331
}
2432
}

0 commit comments

Comments
 (0)