Update versionist to v2.8.0

Also remove versionist.conf.js as it's no longer necessary (versionist now
defaults to its internal versionist.conf).

Change-Type: patch
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
Pablo Carranza Velez 2017-01-16 12:58:53 -03:00
parent 6ab2b45104
commit 6a94782a1d
2 changed files with 1 additions and 2 deletions

View File

@ -50,6 +50,6 @@
"devDependencies": {
"coffee-script": "~1.11.0",
"resin-lint": "^1.3.1",
"versionist": "^2.6.2"
"versionist": "^2.8.0"
}
}

View File

@ -1 +0,0 @@
module.exports = require('versionist/versionist.conf')