From 810b4600b03c3f861f1c0d7f0d9bfd5b9f2d08df Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Fri, 9 Nov 2018 16:27:16 +0100 Subject: [PATCH] chore: add files field for npm publishing --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 8b69b4a..ed6bb6b 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "A test suite and interface you can use to implement a connection interface.", "leadMaintainer": "Jacob Heun ", "main": "src/index.js", + "files": [ + "src" + ], "scripts": { "lint": "aegir lint", "build": "aegir build",