Skip to content

Commit

Permalink
Fix 5.1 Update version to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcavanagh authored Apr 25, 2021
1 parent 57608ae commit efe164a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inversify",
"version": "5.1.0",
"version": "5.1.1",
"description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.",
"main": "lib/inversify.js",
"jsnext:main": "es/inversify.js",
Expand All @@ -16,7 +16,7 @@
"test": "nyc --require ts-node/register mocha test/**/*.test.ts --reporter spec --retries 3 --require 'node_modules/reflect-metadata/Reflect.js' --exit",
"test:browser": "browserify test/inversify.test.ts -p [ tsify --noImplicitAny ] > ./test/bundle.test.js && karma start",
"publish-please": "publish-please",
"prepublish": "publish-please guard",
"prepublish": "npm run build && publish-please guard",
"update": "updates --update && npm install",
"postupdate": "git diff-files --quiet package-lock.json || npm test"
},
Expand Down

0 comments on commit efe164a

Please # to comment.