update dependencies

This commit is contained in:
2017-08-20 00:45:45 +02:00
parent 186179d132
commit 8a34731e8c
5 changed files with 14 additions and 14 deletions

View File

@ -2,7 +2,7 @@ import { expect, tap } from 'tapbundle'
import * as smartupdate from '../ts/index'
tap.test('should check for a npm module', async () => {
await smartupdate.standardHandler.check('npmts', '8.0.5', 'http://gitzone.gitlab.io/npmts/changelog.html')
await smartupdate.standardHandler.check('lodash', '1.0.5', 'http://gitzone.gitlab.io/npmts/changelog.html')
})
tap.start()