fix(package): update smartopen to @pushrocks/smartopen

This commit is contained in:
2018-05-22 15:49:26 +02:00
parent 56d2c3f33f
commit bf3815c74d
12 changed files with 316 additions and 1138 deletions

View File

@ -1,8 +1,12 @@
import { expect, tap } from 'tapbundle'
import * as smartupdate from '../ts/index'
import { expect, tap } from 'tapbundle';
import * as smartupdate from '../ts/index';
tap.test('should check for a npm module', async () => {
await smartupdate.standardHandler.check('lodash', '1.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()
tap.start();