1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-24 21:20:17 +01:00

package.json: Fix trailing comma

This commit is contained in:
Alan Orth 2016-09-07 14:01:39 +03:00
parent f7b4f0a819
commit a68bac5ebf
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -17,7 +17,7 @@
"node": "6.3.1" "node": "6.3.1"
}, },
"dependencies": { "dependencies": {
"bootstrap": "4.0.0-alpha.3", "bootstrap": "4.0.0-alpha.3"
}, },
"devDependencies": { "devDependencies": {
"clean-css": "^3.4.19", "clean-css": "^3.4.19",