Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkMorlok committed Oct 7, 2020
1 parent e95f3fe commit 74b47fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "node-injectable",
"version": "3.1.0",
"version": "3.1.1",
"description": "Dependency injection for nodejs on steroids",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -11,7 +11,8 @@
"build": "tsc",
"test": "jest --verbose",
"test:cover": "jest --verbose --coverage",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 74b47fd

Please sign in to comment.