Skip to content

Commit b485134

Browse files
committed
0.1.1
1 parent 7e2b328 commit b485134

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.1.1",
33
"name": "pushnotice",
44
"description": "Application Notifications sent to Telegram. Linking pushnotice.chat into your project.",
5-
"keywords": ["telegram", "notifications", "util", "debug", "logging"],
5+
"keywords": [
6+
"telegram",
7+
"notifications",
8+
"util",
9+
"debug",
10+
"logging"
11+
],
612
"license": "ISC",
7-
813
"main": "index.js",
914
"scripts": {
1015
"test": "echo \"Error: no test specified\" && exit 1"
1116
},
1217
"files": [
1318
"index.js"
1419
],
15-
1620
"author": "Chris Spiegl <chris@spiegl.io>",
17-
1821
"repository": {
1922
"type": "git",
2023
"url": "https://github.com/spieglio/pushnotice-node-api-client.git"
@@ -23,7 +26,6 @@
2326
"url": "https://github.com/spieglio/pushnotice-node-api-client/issues"
2427
},
2528
"homepage": "https://pushnotice.chat",
26-
2729
"dependencies": {
2830
"request": "^2.83.0",
2931
"request-promise-native": "^1.0.5"

0 commit comments

Comments
 (0)