feat: add migration guide for v5 in config message

This commit is contained in:
Jonathan Rainville 2019-06-18 09:45:28 -04:00
parent 47c71963fb
commit 5d5c962ed2
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ import {getBlockchainDefaults, getContractDefaults} from './configDefaults';
const DEFAULT_CONFIG_PATH = 'config/'; const DEFAULT_CONFIG_PATH = 'config/';
const PACKAGE = require('../../../package.json'); const PACKAGE = require('../../../package.json');
// TODO add URL here when post or page is published const embark5ChangesUrl = 'https://embark.status.im/docs/migrating_from_3.x.html#Updating-to-v5';
const embark5ChangesUrl = 'https://...';
var Config = function(options) { var Config = function(options) {
this.env = options.env || 'default'; this.env = options.env || 'default';