Merge pull request #68 from citizencode/npm-link

Alter require to support `npm link`
This commit is contained in:
Iuri Matias 2015-08-27 08:38:20 -04:00
commit 96834cc8ff
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ var wrench = require('wrench');
var grunt = require('grunt');
require('shelljs/global');
var readYaml = require('read-yaml');
var Embark = require('embark-framework');
var Embark = require('..');
var run = function(cmd) {
if (exec(cmd).code != 0) {