From bca42e8499de6a625f382907e57520092d492d80 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Thu, 14 Jan 2021 13:31:08 +0530 Subject: [PATCH] Update files attribute in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f2e6f9d..2607856 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "type": "git", "url": "git+https://github.com/chatwoot/woot-prosemirror-schema.git" }, - "author": "Nithin David ", + "files": ["src/*"], + "author": "Nithin David ", "license": "MIT", "bugs": { "url": "https://github.com/chatwoot/woot-prosemirror-schema/issues"