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"