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

@@ -10,6 +10,7 @@
<link type="text/css" rel="stylesheet" href="reset.css" />
<link type="text/css" rel="stylesheet" href="base.css" />
<link type="text/css" rel="stylesheet" href="styles.css" />
<script src="node_modules/jquery/dist/jquery.js"></script>
</head>
<body>
<div class="vertical-stack">

View File

@@ -1,3 +1,5 @@
(()=>{
jQuery(() => {
console.log('Ready');
})
})();

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"
}
}

8
yarn.lock Normal file
View File

@@ -0,0 +1,8 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
jquery@^3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==