Comparing version 0.0.67 to 0.0.68
{ | ||
"name": "traceur", | ||
"version": "0.0.67", | ||
"version": "0.0.68", | ||
"description": "ES6 to ES5 compiler", | ||
@@ -57,3 +57,3 @@ "keywords": [ | ||
"semver": "2.x", | ||
"traceur": "0.0.66", | ||
"traceur": "0.0.67", | ||
"promises-aplus-tests": "2.x", | ||
@@ -60,0 +60,0 @@ "compat-table": "git+https://github.com/kangax/compat-table.git#gh-pages", |
@@ -109,16 +109,3 @@ // Copyright 2012 Traceur Authors. | ||
var basePath; | ||
if (referrerName) { | ||
// The compile occurs two directories down from current directory, | ||
// in src/node. Thus the names will appear as eg ../src/x. | ||
// We want something like referrerName/src/x. So we need to give | ||
// the normalize() the 'package' or root name with src/node append | ||
// to represent the referrer from here. | ||
referrerName = referrerName && referrerName + 'src/node'; | ||
// The basePath will replace options.referrer in our final filename. | ||
// Since we are in src/node, we need to back up two directories. | ||
basePath = path.join(__dirname, '../../'); | ||
} else { | ||
basePath = path.resolve('./') + '/'; | ||
} | ||
var basePath = path.resolve('./') + '/'; | ||
basePath = basePath.replace(/\\/g, '/'); | ||
@@ -125,0 +112,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1146585
30015