diff --git a/package.json b/package.json index ba4506c..2f229ef 100644 --- a/package.json +++ b/package.json @@ -39,5 +39,6 @@ }, "engines": { "node": ">= 0.4.7" - } + }, + "scripts": {"test": "grunt test"} }