Add grunt-cli as dev dependency, so 'npm install' is enough to prepare the test environment
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6816a404 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6816a404 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6816a404 Branch: refs/heads/wicket-6.x Commit: 6816a404ce809f34bede9980daefdec3abc87d12 Parents: 6c6dee0 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Sep 30 22:27:15 2013 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Sep 30 22:30:00 2013 +0200 ---------------------------------------------------------------------- package.json | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/6816a404/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index e934c12..29e5a31 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,13 @@ "version": "0.1.0", "devDependencies": { "grunt": "~0.4.1", + "grunt-cli": "~0.1.9", "grunt-contrib-jshint": "~0.6.4", "grunt-contrib-qunit": "~0.3.0", "grunt-contrib-connect": "~0.5.0", "grunt-contrib-nodeunit": "~0.2.1" + }, + "scripts": { + "test": "grunt test --verbose" } } \ No newline at end of file
