Update NPM packages

This commit is contained in:
Jeremy Thomas
2019-09-19 14:53:54 +01:00
parent 226b8c7dbc
commit bf32e26f12
5 changed files with 219 additions and 304 deletions

View File

@@ -27,11 +27,11 @@
"url": "https://github.com/jgthms/bulma/issues"
},
"devDependencies": {
"autoprefixer": "^9.5.1",
"autoprefixer": "^9.6.1",
"clean-css-cli": "^4.3.0",
"node-sass": "^4.12.0",
"postcss-cli": "^6.1.2",
"rimraf": "^2.6.3"
"postcss-cli": "^6.1.3",
"rimraf": "^2.7.1"
},
"scripts": {
"build": "npm run build-clean && npm run build-sass && npm run build-autoprefix && npm run build-cleancss",