mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-18 02:07: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",
|
"author": "Alan Orth",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bootstrap": "4.0.0-alpha.4",
|
"bootstrap": "~4.0.0-alpha.4",
|
||||||
"cssnano-cli": "^1.0.5",
|
"cssnano-cli": "^1.0.5",
|
||||||
"font-awesome": "4.6.3",
|
"font-awesome": "^4.6.3",
|
||||||
"node-sass": "3.10.0"
|
"node-sass": "latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user