From 8037a4b0ee1d8315865a24d52e5b18e0a055c855 Mon Sep 17 00:00:00 2001 From: Kael Date: Tue, 6 Aug 2019 05:50:54 +1000 Subject: [PATCH] chore: distribute src folder on npm (#51) #50 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c9e4eaea..6bd6781f 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "release": "standard-version && yarn build && git push --follow-tags && npm publish" }, "files": [ + "src", "dist", "types" ],