From a8326d2e67ca9ddcc9c09cdc7ea9d349004da767 Mon Sep 17 00:00:00 2001 From: Aayush Kumar Sahu Date: Thu, 19 Aug 2021 16:14:48 +0530 Subject: [PATCH] add `files` in package.json --- 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",