Skip to content

Commit 5102d46

Browse files
committed
feat: install bootstrap on npm
1 parent a97f1a8 commit 5102d46

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

docs_theme/package-lock.json

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs_theme/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"author": "",
10-
"license": "ISC"
10+
"license": "ISC",
11+
"dependencies": {
12+
"bootstrap": "^5.3.3"
13+
}
1114
}

0 commit comments

Comments
 (0)