1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-18 23:42:25 +02:00

Update to latest version of pdfmake

This commit is contained in:
Hillel Coren 2016-12-25 12:23:10 +02:00
parent c26bebd063
commit c40d9feb7f
4 changed files with 30 additions and 17 deletions

View File

@ -20,7 +20,7 @@
"spectrum": "1.3.4",
"d3": "3.4.11",
"handsontable": "*",
"pdfmake": "*",
"pdfmake": "^0.1.22",
"moment": "*",
"jsoneditor": "*",
"moment-timezone": "~0.4.0",

View File

@ -76,7 +76,7 @@ elixir(function(mix) {
mix.scripts([
'pdf_viewer.js',
'compatibility.js',
'pdfmake.js',
bowerDir + '/pdfmake/build/pdfmake.js',
'vfs.js'
], 'public/pdf.built.js');

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long