Use a local installation of grunt-cli, freeze deps

This commit is contained in:
Leigh Johnson
2016-09-22 10:15:31 -04:00
parent a4cd5a0909
commit c08a9f8bbc
2 changed files with 8 additions and 2 deletions

View File

@@ -868,9 +868,9 @@
} }
}, },
"caniuse-db": { "caniuse-db": {
"version": "1.0.30000538", "version": "1.0.30000539",
"from": "caniuse-db@>=1.0.30000527 <2.0.0", "from": "caniuse-db@>=1.0.30000527 <2.0.0",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000538.tgz" "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000539.tgz"
}, },
"caseless": { "caseless": {
"version": "0.11.0", "version": "0.11.0",
@@ -2408,6 +2408,11 @@
"from": "graceful-readlink@>=1.0.0", "from": "graceful-readlink@>=1.0.0",
"resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz" "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz"
}, },
"grunt-cli": {
"version": "1.2.0",
"from": "grunt-cli@>=1.2.0 <2.0.0",
"resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz"
},
"grunt-known-options": { "grunt-known-options": {
"version": "1.1.0", "version": "1.1.0",
"from": "grunt-known-options@>=1.1.0 <1.2.0", "from": "grunt-known-options@>=1.1.0 <1.2.0",

View File

@@ -36,6 +36,7 @@
"expose-loader": "^0.7.1", "expose-loader": "^0.7.1",
"grunt": "^1.0.1", "grunt": "^1.0.1",
"grunt-browser-sync": "^2.2.0", "grunt-browser-sync": "^2.2.0",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.3.0", "grunt-concurrent": "^2.3.0",
"grunt-contrib-clean": "^1.0.0", "grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1", "grunt-contrib-concat": "^1.0.1",