diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-05-25 14:59:28 +0200 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-05-25 16:42:22 -0400 |
commit | e6fd82d351899b166549935b07fc7b9a649515a1 (patch) | |
tree | 453212c1b0e006a8e8fb73653f96b38d15a9cd72 /package.json | |
parent | 6812ca4141180dbef6e088edc5a2a756eb0b6ce7 (diff) | |
download | jquery-ui-e6fd82d351899b166549935b07fc7b9a649515a1.tar.gz jquery-ui-e6fd82d351899b166549935b07fc7b9a649515a1.zip |
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 gh-1706
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index faf798b11..d83a01f51 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ "commitplease": "2.3.0", "grunt": "0.4.5", "grunt-bowercopy": "1.2.4", + "grunt-cli": "0.1.13", "grunt-compare-size": "0.4.0", "grunt-contrib-concat": "0.5.1", "grunt-contrib-csslint": "0.5.0", |