From 7c0ac6bbf28b04baee7ec0105fbcb8a28e051a13 Mon Sep 17 00:00:00 2001 From: George Phillips Date: Wed, 29 Sep 2021 17:05:44 +1300 Subject: [PATCH] better package def --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ddc7424..27c3b4e 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,9 @@ "description": "A React connector for activating live visual editing in CloudCannon", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 0" }, + "files": ["index.js"], "repository": { "type": "git", "url": "git+https://github.com/CloudCannon/react-connector.git"