Skip to content

Commit 9e5c133

Browse files
Merge pull request #77 from Mastercard/fix/explicit-files-when-publishing
Be explicit about the files to be published
2 parents cf19909 + 1f7af57 commit 9e5c133

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mastercard-client-encryption",
3-
"version": "1.10.4",
3+
"version": "1.10.5",
44
"description": "Library for Mastercard API compliant payload encryption/decryption.",
55
"main": "index.js",
66
"engines": {
@@ -48,5 +48,11 @@
4848
},
4949
"publishConfig": {
5050
"registry": "https://registry.npmjs.org/"
51-
}
51+
},
52+
"files": [
53+
"lib",
54+
"index.js",
55+
"README.md",
56+
"LICENSE"
57+
]
5258
}

0 commit comments

Comments
 (0)