Skip to content

Commit 6996cb8

Browse files
dosullivan557Daniel O'Sullivan
andauthored
Ignore test folder when building npm package (#526)
* 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>
1 parent 932da9d commit 6996cb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules/
33
.tern-port
44
.idea
55
yarn-error.log
6+
.DS_Store

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "passport-saml",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "SAML 2.0 authentication strategy for Passport",
55
"keywords": [
66
"saml",
@@ -29,7 +29,6 @@
2929
"main": "./lib/passport-saml",
3030
"files": [
3131
"lib",
32-
"test",
3332
"multiSamlStrategy.js",
3433
"multiSamlStrategy.d.ts",
3534
"docs",

0 commit comments

Comments
 (0)