mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-06-25 01:08:24 +02:00
package.json: Don't use semver magic for package versions
I don't really get it, and I don't really care right now, so I'll just pin the versions down.
This commit is contained in:
@ -16,8 +16,8 @@
|
|||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bootstrap": "4.0.0-alpha.4",
|
"bootstrap": "4.0.0-alpha.4",
|
||||||
"clean-css": "^3.4.19",
|
"clean-css": "3.4.19",
|
||||||
"font-awesome": "^4.6.3",
|
"font-awesome": "4.6.3",
|
||||||
"node-sass": "^3.9.3"
|
"node-sass": "3.9.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user