Skip to content

Commit

Permalink
version bump, dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Mar 7, 2022
1 parent 5734d64 commit d0e08af
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 85 deletions.
167 changes: 85 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityssm/get-canadian-bank-name",
"version": "0.2.0",
"version": "0.3.0",
"description": "A simple library to translate Canadian bank institution and transit numbers into the coresponding bank names.",
"type": "module",
"exports": "./index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"devDependencies": {
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
Expand Down

0 comments on commit d0e08af

Please sign in to comment.