Skip to content

Commit

Permalink
Updates dependencies and preps for 2.0.4 release (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolchado authored Jun 13, 2023
1 parent 0690f51 commit 5d80e5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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,7 +1,7 @@
{
"name": "spur-config",
"description": "Configuration framework to help manage complex application configurations in Node.js.",
"version": "2.0.3",
"version": "2.0.4",
"main": "./src/SpurConfig",
"author": {
"name": "Agustin Colchado",
Expand Down Expand Up @@ -40,9 +40,9 @@
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.29.0",
"eslint": "^8.42.0",
"eslint-plugin-node": "^11.1.0",
"mocha": "^10.2.0",
"sinon": "^15.0.1"
"sinon": "^15.1.2"
}
}

0 comments on commit 5d80e5c

Please sign in to comment.