1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-25 04:09:16 +00:00

Install jquery and popper.js

This commit is contained in:
2021-01-15 03:15:27 -06:00
parent 6d6382c1dd
commit f5e9817be6
4 changed files with 14 additions and 10 deletions

View File

@@ -19,6 +19,8 @@
"homepage": "https://github.com/privacyguides/privacyguides#readme",
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.0.0-alpha2",
"bootstrap": "^4.5.3"
"bootstrap": "^4.5.3",
"jquery": "^3.5.1",
"popper.js": "^1.16.1"
}
}