1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-26 16:13:45 +02:00

package.json: Add cssnano-cli to dev dependencies

Using cssnano on the command line actually requires this package,
not the `cssnano` one.
This commit is contained in:
Alan Orth 2016-09-26 10:01:37 +03:00
parent 017be0302d
commit 5ed4b51531
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -16,7 +16,7 @@
"license": "GPL-3.0",
"devDependencies": {
"bootstrap": "4.0.0-alpha.4",
"cssnano": "^3.7.5",
"cssnano-cli": "^1.0.5",
"font-awesome": "4.6.3",
"node-sass": "3.10.0"
}