Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 2c48dcc

Browse files
authored
Clean up npm package dependencies (#94)
Signed-off-by: Patrice Chalin <pchalin@gmail.com>
1 parent a0c4016 commit 2c48dcc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
{
2-
"dependencies": {
3-
"3": "^2.1.0",
4-
"-": "^0.0.1",
5-
"@fortawesome/fontawesome-free": "^5.14.0",
2+
"devDependencies": {
63
"bootstrap": "^4.5.2",
4+
"@fortawesome/fontawesome-free": "^5.14.0",
5+
"hugo-extended": "^0.85.0",
76
"jquery": "^3.5.1",
87
"popper.js": "^1.16.1"
9-
},
10-
"devDependencies": {
11-
"hugo-extended": "^0.85.0"
128
}
139
}

0 commit comments

Comments
 (0)