systemjs-builder
Advanced tools
Comparing version 0.14.1 to 0.14.2
@@ -153,3 +153,3 @@ var Promise = require('rsvp').Promise; | ||
function executeConfigFile(source, saveForReset, ignoreBaseURL) { | ||
function executeConfigFile(saveForReset, ignoreBaseURL, source) { | ||
var builder = this; | ||
@@ -174,3 +174,3 @@ var curSystem = global.System; | ||
var source = fs.readFileSync(configFile); | ||
executeConfigFile.call(this, source, saveForReset, ignoreBaseURL); | ||
executeConfigFile.call(this, saveForReset, ignoreBaseURL, source); | ||
}; | ||
@@ -177,0 +177,0 @@ |
{ | ||
"name": "systemjs-builder", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"description": "SystemJS Build Tool", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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