Skip to content

Commit 990ce73

Browse files
authored
Preps for the v2 publish (#90)
1 parent e517276 commit 990ce73

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spur-ioc",
33
"description": "Dependency Injection library for Node.js",
4-
"version": "2.0.0-rc.2",
4+
"version": "2.0.0",
55
"main": "./src/Injector",
66
"scripts": {
77
"lint": "eslint .",
@@ -63,9 +63,9 @@
6363
},
6464
"devDependencies": {
6565
"chai": "^4.3.7",
66-
"eslint": "^8.29.0",
66+
"eslint": "^8.42.0",
6767
"eslint-plugin-node": "^11.1.0",
6868
"mocha": "^10.2.0",
69-
"sinon": "^15.0.1"
69+
"sinon": "^15.1.2"
7070
}
7171
}

0 commit comments

Comments
 (0)