inhabit-module-base
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "inhabit-module-base", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A Base Module class for InHabit.", | ||
@@ -5,0 +5,0 @@ "main": "build/InhabitModuleBase.js", |
@@ -15,3 +15,3 @@ /** | ||
var sourcepath = path.join(config.source, filename), | ||
destpath = path.join(config.destination, filename); | ||
destpath = path.join(config.destination, changeext(filename)); | ||
@@ -32,2 +32,6 @@ console.log('Transforming file: ' + sourcepath); | ||
}); | ||
} | ||
function changeext(filename) { | ||
return path.basename(filename, '.es6') + '.js'; | ||
} |
Sorry, the diff of this file is not supported yet
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
32678
14
126