Comparing version 0.7.0-beta.17 to 0.7.0-beta.18
@@ -170,2 +170,7 @@ var glob = require('glob'); | ||
return; | ||
return asp(mkdirp)(path.resolve(dir, '..')); | ||
}) | ||
.then(function() { | ||
if (pkg.fresh) | ||
return; | ||
return asp(fs.symlink)(linkDir, dir, 'dir'); | ||
@@ -172,0 +177,0 @@ }) |
{ | ||
"name": "jspm", | ||
"description": "", | ||
"version": "0.7.0-beta.17", | ||
"version": "0.7.0-beta.18", | ||
"main": "./api.js", | ||
@@ -6,0 +6,0 @@ "author": "", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
157326
3797