build: Declare grunt-cli dependency
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 19 Mar 2015 01:08:57 +0000 (01:08 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 19 Mar 2015 01:08:57 +0000 (01:08 +0000)
commitfa4ba8dbd7519a817dad75994ed31a3fc34c6f96
treeba8de5eee6b2f148194f0047181b80abf95884f6
parent8911a8d0b70cb3cdfacd20b4e7ae6431afb59c30
build: Declare grunt-cli dependency

A long time ago, npm did not support using command line programs
within 'npm test' (not unless harcoding a path to node_modules/bin/...
within packages.json/scripts/test). But this has been long supported.

Declaring a (dev)dependency will provide its binaries to the
PATH used by the subshell 'npm test' creates internally.

Add grunt-cli so that developers don't have to manually install it.

Change-Id: I6a7fafa3c6e40d2407f07c514167ab9fc7661685
package.json