Skip to content

Commit

Permalink
Preps for the v2 publish (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolchado committed Jun 13, 2023
1 parent e517276 commit 990ce73
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-ioc",
"description": "Dependency Injection library for Node.js",
"version": "2.0.0-rc.2",
"version": "2.0.0",
"main": "./src/Injector",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -63,9 +63,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 990ce73

Please sign in to comment.