Skip to content

Commit a9ec922

Browse files
authored
Merge pull request #230 from hilleer/patch-1
update package.json with files array
2 parents 4c6f591 + 74c7d64 commit a9ec922

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.npmignore

-12
This file was deleted.

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,8 @@
7373
"dependencies": {
7474
"debug": "^4.3.7"
7575
},
76-
"packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb"
76+
"packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb",
77+
"files": [
78+
"lib/"
79+
]
7780
}

0 commit comments

Comments
 (0)