Skip to content

Commit 5d9ede1

Browse files
author
Thibaut Tiberghien
committed
Update package.json
1 parent b3c023a commit 5d9ede1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules/
2+
*.log

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"author": "Kristoffer Berdal <web@flexd.net> (http://cognitive.io)",
2+
"author": "PAWM International <pawmint@googlegroups.com>",
33
"name": "zabbix",
44
"description": "A minimal wrapper around request.js to facilitate fetching data from the Zabbix API.",
55
"version": "0.1.1",
@@ -12,10 +12,10 @@
1212
"zabbixapi",
1313
"jsonrpc2"
1414
],
15-
"homepage": "http://github.com/flexd/zabbix.js",
15+
"homepage": "http://github.com/pawmint/zabbix.js",
1616
"repository": {
1717
"type": "git",
18-
"url": "git://github.com/flexd/zabbix.js.git"
18+
"url": "git://github.com/pawmint/zabbix.js.git"
1919
},
2020
"dependencies": {
2121
"async": "^1.4.2",

0 commit comments

Comments
 (0)