diff --git a/package.json b/package.json index 2887df53..87d0f98a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "description": "happyfuntimes framework", "version": "0.0.2", "private": true, + "scripts": { + "test": "exit 0" + }, "dependencies": { "debug": "0.7.4", "minimist": "0.0.8",