Skip to content

Commit

Permalink
chore: remove promisify polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Jan 31, 2020
1 parent 0b10638 commit 3123510
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
49 changes: 0 additions & 49 deletions packages/cli/src/promisify.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/src/translate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import dbg = require('debug');
const debug = dbg('strong-globalize-cli');
import fs = require('fs');
const gpb = require('g11n-pipeline');
import {promisify} from './promisify';
import {promisify} from 'util';
import SG = require('strong-globalize');
const {helper} = SG;
import {AnyObject} from 'strong-globalize/lib/config';
Expand Down

0 comments on commit 3123510

Please sign in to comment.