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

Update pdfmake

This commit is contained in:
Hillel Coren 2017-07-28 12:53:49 +03:00
parent aeba7a2292
commit e05b04485d
4 changed files with 31 additions and 18 deletions

View File

@ -19,7 +19,7 @@
"spectrum": "1.8.0",
"d3": "3.4.11",
"handsontable": "*",
"pdfmake": "0.1.24",
"pdfmake": "0.1.31",
"moment": "*",
"jsoneditor": "*",
"moment-timezone": "~0.4.0",

View File

@ -86,8 +86,7 @@ elixir(function(mix) {
mix.scripts([
'pdf_viewer.js',
'compatibility.js',
//bowerDir + '/pdfmake/build/pdfmake.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