Skip to content

Commit f4ea30d

Browse files
Merge pull request #34 from Mastercard/fix/explicit-files-when-publishing
Make explicit the files to be included when publishing
2 parents 1dec4a0 + cf7bfed commit f4ea30d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "mastercard-oauth1-signer",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "Zero dependency library for generating a Mastercard API compliant OAuth signature.",
55
"main": "src/OAuth.js",
6+
"files": [
7+
"src",
8+
"LICENSE",
9+
"README.md"
10+
],
611
"scripts": {
712
"test": "mocha && mocha --reporter mocha-sonar-generic-test-coverage > test-results.xml",
813
"coverage": "nyc mocha && nyc report --reporter=text-lcov > .nyc_output/coverage.lcov"

0 commit comments

Comments
 (0)