diff options
| author | Johann-S <[email protected]> | 2020-05-06 07:23:05 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2020-05-06 07:55:48 +0200 |
| commit | 650a7a7b76c8fa82d869194a9db5c01ebe29e33c (patch) | |
| tree | 3e861e655765a486ef24b9b9369622d3246b0c31 /package-lock.json | |
| parent | d1575b6b6bbdcf7cd2371953b4d3d165ae941c02 (diff) | |
| download | bootstrap-650a7a7b76c8fa82d869194a9db5c01ebe29e33c.tar.xz bootstrap-650a7a7b76c8fa82d869194a9db5c01ebe29e33c.zip | |
add unit tests to ensure our plugins works in jquery
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index b53c8e796..1fd9754d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6883,6 +6883,12 @@ "integrity": "sha512-nCeAiw37MIMA9w9IXso7bRaLl+c/ef3wnxsoSAlYrzS+Ot0zTG6nU8G/cIfGkqpkjX2wNaIW9RFG0TwIFnG6bA==", "dev": true }, + "jquery": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", + "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==", + "dev": true + }, "js-base64": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.5.2.tgz", |
