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:
+1
-1
@@ -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')
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user