Comparing version 0.10.1 to 0.10.2
@@ -79,3 +79,3 @@ "use strict"; | ||
transpiledFiles.push(Object.assign(Object.assign({}, file), { contents: tsFileTranspiledContents })); | ||
filesystem.createFile(filesystem.joinAndResolvePath(configuration_1.default.distributionDirectoryPath, file.dir, file.name, '.ts'), tsFileTranspiledContents); | ||
filesystem.createFile(filesystem.joinAndResolvePath(configuration_1.default.distributionDirectoryPath, file.dir, file.name + '.js'), tsFileTranspiledContents); | ||
}); | ||
@@ -82,0 +82,0 @@ return transpiledFiles; |
{ | ||
"name": "symply", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "A simple static site generator.", | ||
@@ -5,0 +5,0 @@ "author": "Oleg Legun <oleg.legun@gmail.com>", |
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
227827