Resolving issues settng up the site
This commit is contained in:
parent
bd2ef0b7b6
commit
fc65576fd5
|
|
@ -7,6 +7,7 @@
|
||||||
/public/logo
|
/public/logo
|
||||||
/public/build
|
/public/build
|
||||||
/public/vendor
|
/public/vendor
|
||||||
|
/public/packages
|
||||||
/bootstrap/compiled.php
|
/bootstrap/compiled.php
|
||||||
/bootstrap/environment.php
|
/bootstrap/environment.php
|
||||||
/vendor
|
/vendor
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,6 @@
|
||||||
"pdfjs": "*"
|
"pdfjs": "*"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"jquery": "~1.*"
|
"jquery": "~1.10.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue