0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

deps: bower@1.7.9

refs TryGhost/Ghost#7039
- add bower dependency to client
This commit is contained in:
Austin Burdine 2016-06-26 08:00:51 -06:00
parent b9a24d8449
commit 22477ef71b
2 changed files with 2 additions and 1 deletions

View file

@ -64,7 +64,7 @@ module.exports = function(grunt) {
}, },
'bower-install': { 'bower-install': {
command: 'bower install' command: path.resolve(cwd + '/node_modules/.bin/bower install')
}, },
csscombfix: { csscombfix: {

View file

@ -24,6 +24,7 @@
"node": ">= 0.10.0" "node": ">= 0.10.0"
}, },
"devDependencies": { "devDependencies": {
"bower": "1.7.9",
"broccoli-asset-rev": "2.4.3", "broccoli-asset-rev": "2.4.3",
"csscomb": "3.1.8", "csscomb": "3.1.8",
"ember-ajax": "2.4.1", "ember-ajax": "2.4.1",