Move shell.js and environment.js to shell/
This commit is contained in:
parent
a28feae506
commit
bf22cad14d
|
@ -14,7 +14,7 @@ define(function(require) {
|
|||
var providers = require('src/providers/providers');
|
||||
var adapters = require('src/adapters/adapters');
|
||||
|
||||
var Shell = require('src/shell');
|
||||
var Shell = require('src/shell/shell');
|
||||
var Intercom = require('intercom');
|
||||
var FSWatcher = require('src/fs-watcher');
|
||||
var Errors = require('src/errors');
|
||||
|
|
|
@ -3,7 +3,7 @@ define(function(require) {
|
|||
|
||||
var Path = require('src/path');
|
||||
var Errors = require('src/errors');
|
||||
var Environment = require('src/environment');
|
||||
var Environment = require('src/shell/environment');
|
||||
var async = require('async');
|
||||
|
||||
function Shell(fs, options) {
|
Loading…
Reference in New Issue