Skip to content

Commit

Permalink
bump mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
andreek committed Apr 10, 2022
1 parent 677a98e commit 30388e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules/
.DS_Store
.nyc_output/
.tern-project
package-lock.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eibd",
"version": "0.5.0",
"version": "0.5.1",
"description": "node eibd client",
"main": "./index",
"repository": {
Expand All @@ -18,7 +18,7 @@
"groupsend": "./bin/groupsend"
},
"devDependencies": {
"mocha": "^7.1.1"
"mocha": "^9.2.2"
},
"author": "Andree Klattenhoff",
"contributors": [
Expand Down

0 comments on commit 30388e1

Please sign in to comment.