From 2fbd8ef2dea50d228466f74e1806f20fcf3e7f50 Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Fri, 11 May 2018 23:40:50 -0400 Subject: [PATCH] Add grunt-cli to devDependencies This makes it possible to build mp4box without installing global dependencies: npm install ./node_modules/.bin/grunt --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 40930ab9..3bfca876 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "blanket": "^1.2.3", "grunt": "^0.4.5", "grunt-bump": "^0.3.1", + "grunt-cli": "^1.2.0", "grunt-contrib-concat": "^0.5.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-qunit": "^0.5.2",