From b7c13601059b03b2d05c9017c0e57f8c382c2ed8 Mon Sep 17 00:00:00 2001 From: Robin Bijlani Date: Wed, 16 Jun 2021 14:02:27 -0400 Subject: [PATCH] 4.5.1 (#155) --- .npmignore | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index d9ceb36..e8c7fbd 100644 --- a/.npmignore +++ b/.npmignore @@ -1,8 +1,12 @@ *.md .DS_Store +.vscode .git* Makefile docs/ examples/ support/ test/ +coverage/ +node_modules/ +package-lock.json diff --git a/package.json b/package.json index a7455b7..1bb9e10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport-wsfed-saml2", - "version": "4.5.0", + "version": "4.5.1", "description": "SAML2 Protocol and WS-Fed library", "scripts": { "test": "./node_modules/.bin/_mocha -R spec --colors",