fix(core): update

This commit is contained in:
2019-01-07 02:38:30 +01:00
parent 3fc41678d2
commit 3825b15a65
7 changed files with 940 additions and 519 deletions

View File

@ -1,6 +1,6 @@
import { tap, expect } from 'tapbundle';
import { tap, expect } from '@pushrocks/tapbundle';
import * as smartpromise from '@pushrocks/smartpromise';
import { Qenv } from 'qenv';
import { Qenv } from '@pushrocks/qenv';
let testQenv = new Qenv(process.cwd(), process.cwd() + '/.nogit/');