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/0bab0811 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0bab0811 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/0bab0811 Branch: refs/heads/master Commit: 0bab0811b53494346c449beddec1ce85efd28463 Parents: f0b251e 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:27:15 2013 +0200 ---------------------------------------------------------------------- package.json | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/0bab0811/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
