test(cli): add missing dep in riot fixture

`riot-tmpl` is a peerDependency of `riot-compiler`
This commit is contained in:
Gaëtan Maisse 2020-02-15 16:58:41 +01:00
parent de1b0e3b93
commit f41ac2b3a8

View File

@ -19,6 +19,7 @@
"raw-loader": "^1.0.0",
"riot-compiler": "^3.6.0",
"riot-hot-reload": "^1.0.0",
"riot-tmpl": "^3.0.8",
"style-loader": "^0.23.1",
"webpack": "^4.33.0",
"webpack-bundle-analyzer": "^3.3.2",