mirror of https://github.com/embarklabs/embark.git
Update `ProcessWrapper` require
This commit is contained in:
parent
9a06997368
commit
ecbf403894
|
@ -1,5 +1,5 @@
|
||||||
import * as i18n from 'embark-i18n';
|
import * as i18n from 'embark-i18n';
|
||||||
const ProcessWrapper = require('../../core/processes/processWrapper');
|
import { ProcessWrapper } from 'embark-core';
|
||||||
const BlockchainClient = require('./blockchain');
|
const BlockchainClient = require('./blockchain');
|
||||||
const constants = require('embark-core/constants');
|
const constants = require('embark-core/constants');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue