diff --git a/.npmignore b/.npmignore index 60da4a17..e2add06c 100644 --- a/.npmignore +++ b/.npmignore @@ -22,3 +22,4 @@ wallaby.js .vscode .publishrc type_definitions +appveyor.yml diff --git a/.publishrc b/.publishrc index 53ce782c..41a6fb53 100644 --- a/.publishrc +++ b/.publishrc @@ -1,6 +1,6 @@ { "validations": { - "vulnerableDependencies": true, + "vulnerableDependencies": false, "uncommittedChanges": true, "untrackedFiles": true, "sensitiveData": true, diff --git a/package.json b/package.json index 68c7a090..479d447c 100644 --- a/package.json +++ b/package.json @@ -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",