Skip to content

Commit f8a62b2

Browse files
authored
chore: adds files section in package.json (cloudevents#147)
Signed-off-by: Helio Frota <00hf11@gmail.com>
1 parent 2882aff commit f8a62b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: package.json

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"coverage-publish": "wget -qO - https://coverage.codacy.com/get.sh | bash -s report -l JavaScript -r coverage/lcov.info",
1414
"release": "standard-version"
1515
},
16+
"files": [
17+
"lib",
18+
"v03",
19+
"v1"
20+
],
1621
"standard-version": {
1722
"types": [
1823
{

0 commit comments

Comments
 (0)