Skip to content

Commit e6fd82d

Browse files
mgolscottgonzalez
authored andcommitted
Build: Add grunt-cli to devDependencies, don't install it globally
This makes it possible to use Grunt without installing grunt-cli globally which makes the whole process more resilient. Ref jquerygh-1706
1 parent 6812ca4 commit e6fd82d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ dist: trusty
33
language: node_js
44
node_js:
55
- "0.12"
6-
before_script:
7-
- npm install -g grunt-cli

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"commitplease": "2.3.0",
5656
"grunt": "0.4.5",
5757
"grunt-bowercopy": "1.2.4",
58+
"grunt-cli": "0.1.13",
5859
"grunt-compare-size": "0.4.0",
5960
"grunt-contrib-concat": "0.5.1",
6061
"grunt-contrib-csslint": "0.5.0",

0 commit comments

Comments
 (0)