package.json: Bump dependencies to match Bootstrap's

See: https://github.com/twbs/bootstrap/blob/v4-dev/package.json
This commit is contained in:
Alan Orth 2017-04-26 00:02:37 +03:00
parent f0e4eccc26
commit e97e5983a5
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@
"license": "GPL-3.0",
"devDependencies": {
"bootstrap": "4.0.0-alpha.6",
"clean-css-cli": "^4.0.0",
"clean-css-cli": "^4.0.12",
"cookieconsent": "^3.0.4",
"font-awesome": "^4.7.0",
"node-sass": "^4.5.0"
"node-sass": "^4.5.2"
}
}