From 5f8f24032d65c1396a1ef840f36c42e033f003c1 Mon Sep 17 00:00:00 2001 From: Jan Willem Henckel Date: Mon, 4 Mar 2019 14:42:00 +0100 Subject: [PATCH] fix(initial-release): release the correct files --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 449aea1..f406067 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,10 @@ "keywords": [], "author": "", "license": "ISC", + "files": [ + "lib", + "gatsby-*.js" + ], "dependencies": { "apollo-boost": "^0.1.28", "apollo-client": "^2.4.13",