mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Fix bower and lock FileSaver version. Fix #1593.
This commit is contained in:
parent
86181d3f17
commit
961cdadc8d
@ -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",
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
module.exports =
|
module.exports =
|
||||||
install:
|
install:
|
||||||
options:
|
options:
|
||||||
|
copy: true
|
||||||
targetDir: 'build/lib/'
|
targetDir: 'build/lib/'
|
||||||
layout: 'byComponent'
|
layout: 'byComponent'
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user