Update jQuery to 3.5.1 ()

* Update jQuery to 3.5.1

Closes 

* Build NodeJS

Run using `npm run build:js`
This commit is contained in:
Mitchell Skaggs
2020-11-02 10:25:10 -06:00
committed by GitHub
parent 8d162a7767
commit 133dffe2f9
5 changed files with 1608 additions and 487 deletions

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