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

View File

@ -16,8 +16,8 @@
"license": "GPL-3.0",
"devDependencies": {
"bootstrap": "4.0.0-alpha.4",
"clean-css": "^3.4.19",
"font-awesome": "^4.6.3",
"node-sass": "^3.9.3"
"clean-css": "3.4.19",
"font-awesome": "4.6.3",
"node-sass": "3.9.3"
}
}