1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-26 16:13:45 +02: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:
Alan Orth 2016-09-28 12:38:32 +03:00
parent 48a6a82dcc
commit c0caf623d7
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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"
}
}