Skip to content

Commit

Permalink
Ignore test folder when building npm package (#526)
Browse files Browse the repository at this point in the history
* Added in npmignore to ignore any pems, certs or keys

* 2.0.5

* Updated pr to not include in bundle and added DS_Store to .gitignore

Co-authored-by: Daniel O'Sullivan <daniel.o'sullivan@lloydsbanking.com>
  • Loading branch information
dosullivan557 and Daniel O'Sullivan authored Jan 29, 2021
1 parent 932da9d commit 6996cb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules/
.tern-port
.idea
yarn-error.log
.DS_Store
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-saml",
"version": "2.0.4",
"version": "2.0.5",
"description": "SAML 2.0 authentication strategy for Passport",
"keywords": [
"saml",
Expand Down Expand Up @@ -29,7 +29,6 @@
"main": "./lib/passport-saml",
"files": [
"lib",
"test",
"multiSamlStrategy.js",
"multiSamlStrategy.d.ts",
"docs",
Expand Down

0 comments on commit 6996cb8

Please sign in to comment.