Stop using utils

This commit is contained in:
Fabio Berger
2018-04-03 12:58:45 +09:00
parent e8073cd6f2
commit a88b4040ff
4 changed files with 3 additions and 28 deletions

View File

@@ -1,5 +1,6 @@
declare module 'async-child-process';
declare module 'publish-release';
declare module 'es6-promisify';
declare module 'semver-diff';
// semver-sort declarations

View File

@@ -1,5 +1,5 @@
import { promisify } from '@0xproject/utils';
import { execAsync } from 'async-child-process';
import * as promisify from 'es6-promisify';
import * as fs from 'fs';
import * as _ from 'lodash';
import * as path from 'path';