Fix the Grunt task for 'npm test'
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/76b619d6 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/76b619d6 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/76b619d6 Branch: refs/heads/wicket-6.x Commit: 76b619d63741fa0746f04217890ded47987ddc59 Parents: 6624e3d Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Sep 30 22:45:33 2013 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Sep 30 22:45:33 2013 +0200 ---------------------------------------------------------------------- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/76b619d6/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 29e5a31..b6c0a4a 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "grunt-contrib-nodeunit": "~0.2.1" }, "scripts": { - "test": "grunt test --verbose" + "test": "grunt --verbose" } } \ No newline at end of file
