Skip to content

Commit e69e374

Browse files
Chore: Update package.json
1 parent cff5519 commit e69e374

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

package.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
{
22
"name": "paystack",
3-
"version": "0.5.1",
3+
"version": "1.0.0-beta.1",
44
"description": "Paystack API wrapper for Node",
55
"author": "Paystack <integrations@paystack.com> (https://paystack.com/docs)",
66
"keywords": [
77
"paystack",
88
"payment",
99
"cards",
10-
"charge",
10+
"charge",
1111
"recurring payment",
1212
"subscriptions",
1313
"transfers",
1414
"single transfers",
15-
"bulk transfers",
16-
"send money",
15+
"bulk transfers",
16+
"send money",
1717
"multi splits"
1818
],
19-
"homepage": "https://github.com/owner/project",
20-
"bugs": "https://github.com/owner/project/issues",
19+
"homepage": "https://github.com/PaystackOSS/paystack-node",
20+
"bugs": {
21+
"url": "https://github.com/PaystackOSS/paystack-node/issues"
22+
},
2123
"license": "MIT",
2224
"main": "./lib/index.js",
2325
"typings": "./lib/index.d.ts",
@@ -28,5 +30,12 @@
2830
"devDependencies": {
2931
"@types/node": "^15.0.3",
3032
"typescript": "^3.6"
33+
},
34+
"directories": {
35+
"lib": "lib"
36+
},
37+
"repository": {
38+
"type": "git",
39+
"url": "git+https://github.com/PaystackOSS/paystack-node.git"
3140
}
3241
}

0 commit comments

Comments
 (0)