Update jquery v3.3.1 to v3.4.0 (#2129)

* Update jquery v3.3.1 to v3.4.0
* Update `main.min.js`

Close #2127
This commit is contained in:
Alex Malaszkiewicz
2019-04-15 22:23:58 +02:00
committed by Michael Rose
parent 90df6afc68
commit 0cf24b028d
5 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ minimal mistakes
| | | └── jquery.smooth-scroll.min.js # make same-page links scroll smoothly
| | ├── vendor
| | | └── jquery
| | | └── jquery-3.3.1.min.js
| | | └── jquery-3.4.0.min.js
| | ├── _main.js # jQuery plugin settings and other scripts
| | └── main.min.js # concatenated and minified scripts
```