Fix bower and lock FileSaver version. Fix #1593.

This commit is contained in:
FelisCatus 2018-08-20 17:49:55 -07:00
parent 86181d3f17
commit 961cdadc8d
3 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,7 @@
"jsondiffpatch": "~0.1.7", "jsondiffpatch": "~0.1.7",
"angular-spectrum-colorpicker": "~1.3.5", "angular-spectrum-colorpicker": "~1.3.5",
"blob": "*", "blob": "*",
"FileSaver": "*", "FileSaver": "=1.3.3",
"angular-ui-utils": "bower-validate", "angular-ui-utils": "bower-validate",
"angular-ladda": "~0.2.1", "angular-ladda": "~0.2.1",
"shepherd.js": "~0.5.1", "shepherd.js": "~0.5.1",

View File

@ -1,5 +1,6 @@
module.exports = module.exports =
install: install:
options: options:
copy: true
targetDir: 'build/lib/' targetDir: 'build/lib/'
layout: 'byComponent' layout: 'byComponent'

View File

@ -7,7 +7,7 @@
"coffeelint": "^1.16.0", "coffeelint": "^1.16.0",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-autoprefixer": "^1.0.1", "grunt-autoprefixer": "^1.0.1",
"grunt-bower-task": "^0.4.0", "grunt-bower-task": "^0.5.0",
"grunt-coffeelint": "^0.0.13", "grunt-coffeelint": "^0.0.13",
"grunt-contrib-coffee": "^0.11.1", "grunt-contrib-coffee": "^0.11.1",
"grunt-contrib-concat": "^0.5.0", "grunt-contrib-concat": "^0.5.0",