From a93302ebfbcdd58fbcb777debad60c5f19735e50 Mon Sep 17 00:00:00 2001 From: Aayush Kumar Sahu Date: Thu, 19 Aug 2021 16:21:28 +0530 Subject: [PATCH] fix: added missing files configuration for release (#36) --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index a505ac8..5e395c6 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,11 @@ "description": "AsyncDiff is a library which compares two AsyncAPI Documents and provides information about the differences by pointing out explicitly informations like breaking changes.", "main": "./lib/index.js", "types": "./lib/index.d.ts", + "files": [ + "/lib", + "./README.md", + "./LICENSE" + ], "scripts": { "start": "tsc --watch", "build": "tsc",