Skip to content

Commit

Permalink
Merge pull request #27 from vrk-kpa/Ignore_test_and_random_files_when…
Browse files Browse the repository at this point in the history
…_publishing

Ignore test folder and some unneeded files when publishing a package
  • Loading branch information
nnmn authored Mar 11, 2022
2 parents 76089a7 + 3d3a591 commit fed96dd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suomifi-passport-saml",
"version": "1.3.3-sfi.7",
"version": "1.3.3-sfi.8",
"license": "MIT",
"keywords": [
"saml",
Expand All @@ -26,6 +26,15 @@
"url": "https://github.com/vrk-kpa/suomifi-passport-saml.git"
},
"main": "./lib/passport-saml",
"files": [
"/lib",
"/docs",
"LICENSE",
"multiSamlStrategy.js",
"package.json",
"README.md",
"yarn.lock"
],
"dependencies": {
"debug": "^4.3.1",
"passport-strategy": "*",
Expand Down

0 comments on commit fed96dd

Please sign in to comment.