Update dependencies (#280)

* Remove an always failing test
* Update dependencies
* Revert 'temporary' npm package to v0.0.8
* Update Node version in Vagrantfile
This commit is contained in:
Gaël Métais
2019-03-13 15:51:12 +00:00
committed by GitHub
parent febe9871b9
commit b6e8768767
7 changed files with 54 additions and 191 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ var cli = meow({
' --reporter The output format: "json" or "xml". Default is "json".',
''
].join('\n'),
pkg: '../package.json'
pkg: require('../package.json')
});