Skip to content

Commit

Permalink
Merge pull request #1233 from inversify/dcavanagh-patch-3
Browse files Browse the repository at this point in the history
Update package.json, .npmignore
  • Loading branch information
dcavanagh committed Jul 6, 2020
2 parents 3980069 + 1fefa12 commit 8535a27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ wallaby.js
.vscode
.publishrc
type_definitions
appveyor.yml
2 changes: 1 addition & 1 deletion .publishrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"validations": {
"vulnerableDependencies": true,
"vulnerableDependencies": false,
"uncommittedChanges": true,
"untrackedFiles": true,
"sensitiveData": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inversify",
"version": "5.0.2",
"version": "5.0.3",
"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 Down

0 comments on commit 8535a27

Please sign in to comment.