From 1fefa12e3900509574b2d2d40969a0df8a46e09c Mon Sep 17 00:00:00 2001 From: Dan Cavanagh Date: Mon, 6 Jul 2020 18:27:21 -0400 Subject: [PATCH] Update package.json --- .npmignore | 1 + .publishrc | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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",