Skip to content

Commit

Permalink
Chore: Update package details for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
damilola-paystack committed Jun 8, 2022
1 parent 37508f3 commit d613383
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class BaseAPI {
path: tempPath,
headers: {
"authorization": `Bearer ${this.apiKey}`,
"paystack-version": `@paystack/paystack-sdk - 1.0.0-beta.5`
"paystack-version": `@paystack/paystack-sdk - 1.0.0-beta.6`
}
};
return new Promise((resolve, reject) => {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paystack/paystack-sdk",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Paystack API wrapper for Node",
"author": "Paystack <[email protected]> (https://paystack.com/docs)",
"keywords": [
Expand All @@ -16,8 +16,8 @@
"send money",
"multi splits"
],
"homepage": "https://github.com/owner/project",
"bugs": "https://github.com/owner/project/issues",
"homepage": "https://github.com/PaystackOSS/paystack-node",
"bugs": "https://github.com/PaystackOSS/paystack-node/issues",
"license": "MIT",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class BaseAPI {
path: tempPath,
headers: {
"authorization": `Bearer ${this.apiKey}`,
"paystack-version": `@paystack/paystack-sdk - 1.0.0-beta.5`
"paystack-version": `@paystack/paystack-sdk - 1.0.0-beta.6`
}
}

Expand Down

0 comments on commit d613383

Please sign in to comment.