Skip to content

Commit

Permalink
Add grunt-cli to devDependencies
Browse files Browse the repository at this point in the history
This makes it possible to build mp4box without installing global
dependencies:

    npm install
    ./node_modules/.bin/grunt
  • Loading branch information
josephfrazier committed May 12, 2018
1 parent 6dfbda3 commit 2fbd8ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2fbd8ef

Please sign in to comment.