Adds jQuery 3.7.1.

This commit is contained in:
2024-07-29 23:06:20 -07:00
parent d9781431c6
commit 0328563e1d
4 changed files with 16 additions and 2 deletions

View File

@@ -4,5 +4,8 @@
"main": "index.js",
"author": "Tom Hicks <headhunter3@gmail.com>",
"license": "GLPv2",
"private": true
"private": true,
"dependencies": {
"jquery": "^3.7.1"
}
}