Skip to content

Commit a93302e

Browse files
authored
fix: added missing files configuration for release (#36)
1 parent 0807452 commit a93302e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "AsyncDiff is a library which compares two AsyncAPI Documents and provides information about the differences by pointing out explicitly informations like breaking changes.",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
7+
"files": [
8+
"/lib",
9+
"./README.md",
10+
"./LICENSE"
11+
],
712
"scripts": {
813
"start": "tsc --watch",
914
"build": "tsc",

0 commit comments

Comments
 (0)