mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 09:47:05 +01:00
package.json: Use npm semver for dev deps
Don't break my shit (~ for bootstrap minor versions) but please compile my shit faster (latest) for node-sass, and then upgrade other stuff (^) if possible.
This commit is contained in:
parent
48a6a82dcc
commit
c0caf623d7
@ -16,9 +16,9 @@
|
||||
"author": "Alan Orth",
|
||||
"license": "GPL-3.0",
|
||||
"devDependencies": {
|
||||
"bootstrap": "4.0.0-alpha.4",
|
||||
"bootstrap": "~4.0.0-alpha.4",
|
||||
"cssnano-cli": "^1.0.5",
|
||||
"font-awesome": "4.6.3",
|
||||
"node-sass": "3.10.0"
|
||||
"font-awesome": "^4.6.3",
|
||||
"node-sass": "latest"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user