mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 09:47:05 +01:00
package.json: Bootstrap is actually a dev dependency
You actually only need it if you want to recompile the theme, as the generated style is already stored in `static/css/style.css`.
This commit is contained in:
parent
127ed38b0a
commit
b2bb749638
@ -14,10 +14,8 @@
|
||||
"keywords": "hugo",
|
||||
"author": "Alan Orth",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"bootstrap": "4.0.0-alpha.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bootstrap": "4.0.0-alpha.4",
|
||||
"clean-css": "^3.4.19",
|
||||
"font-awesome": "^4.6.3",
|
||||
"node-sass": "^3.9.3"
|
||||
|
Loading…
Reference in New Issue
Block a user