mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-12-19 09:02:18 +01: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:
parent
017be0302d
commit
5ed4b51531
@ -16,7 +16,7 @@
|
|||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bootstrap": "4.0.0-alpha.4",
|
"bootstrap": "4.0.0-alpha.4",
|
||||||
"cssnano": "^3.7.5",
|
"cssnano-cli": "^1.0.5",
|
||||||
"font-awesome": "4.6.3",
|
"font-awesome": "4.6.3",
|
||||||
"node-sass": "3.10.0"
|
"node-sass": "3.10.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user