mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-04 09:54:42 +00:00
embark config
This commit is contained in:
parent
fe0bbc3559
commit
b3eedc4ba2
@ -2,9 +2,9 @@ let fs = require('./../../core/fs.js');
|
|||||||
let utils = require('./../../utils/utils.js');
|
let utils = require('./../../utils/utils.js');
|
||||||
let async = require('async');
|
let async = require('async');
|
||||||
class PluginCommand {
|
class PluginCommand {
|
||||||
constructor(embark, config) {
|
constructor(embark) {
|
||||||
this.embark = embark;
|
this.embark = embark;
|
||||||
this.config = config;
|
this.config = this.embark.pluginConfig;
|
||||||
this.embarkConfig = this.config.embarkConfig;
|
this.embarkConfig = this.config.embarkConfig;
|
||||||
this.registerCommand();
|
this.registerCommand();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user