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

@@ -37,9 +37,9 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/utils": "0.4.4",
"async-child-process": "^1.1.1",
"chalk": "^2.3.0",
"es6-promisify": "^5.0.0",
"glob": "^7.1.2",
"lodash": "^4.17.4",
"moment": "2.21.0",

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';