Pull bootstrap with NPM

This commit is contained in:
ItsDrike 2021-08-25 09:46:48 +02:00
parent acadaed36c
commit 31ca8351d3
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
4 changed files with 65 additions and 0 deletions

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"bootstrap": "^5.1.0"
}
}