Skip to content

Commit

Permalink
Merge pull request #93 from gocardless/template-changes
Browse files Browse the repository at this point in the history
Changes from gocardless-nodejs-template
  • Loading branch information
danwakefield authored Apr 13, 2021
2 parents 72e3bca + 0f1a8b1 commit cc1162d
Show file tree
Hide file tree
Showing 28 changed files with 2,679 additions and 488 deletions.
480 changes: 309 additions & 171 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gocardless-nodejs",
"version": "1.4.3",
"version": "2.0.0",
"description": "Node.js client for the GoCardless API - a powerful, simple solution for the collection of recurring bank-to-bank payments",
"author": "GoCardless Ltd <[email protected]>",
"repository": {
Expand Down Expand Up @@ -33,8 +33,11 @@
"devDependencies": {
"@types/node": "^13.9.0",
"@types/jest": "^25.1.4",
"@types/nock": "^11.1.0",
"jest": "^25.1.0",
"ts-jest": "25.2.1"
"ts-jest": "25.2.1",
"nock": "^13.0.11",
"typescript": "^4.2.4"
},
"main": "src/index.js",
"types": "types/Types.d.ts",
Expand Down
Loading

0 comments on commit cc1162d

Please sign in to comment.