rename feature-list to middleware-list.. fix --version

This commit is contained in:
Lloyd Brookes
2017-06-16 23:49:44 +01:00
parent 9b1900481d
commit f1a655a348
3 changed files with 6 additions and 6 deletions

View File

@ -54,7 +54,7 @@ class WsServe extends ServeCommand {
}
showVersion () {
const pkg = require(path.resolve(__dirname, '..', 'package.json'))
const pkg = require(path.resolve(__dirname, '..', '..', 'package.json'))
console.log(pkg.version)
}
}