@eclipse-che/vscode-theia-comparator
Advanced tools
Comparing version 0.0.1-1552985897 to 0.0.1-1552986841
@@ -111,3 +111,3 @@ "use strict"; | ||
_a.sent(); | ||
paths = [path.resolve('vscode-theia.d.ts'), filePath]; | ||
paths = [path.resolve('conf', 'vscode-theia.d.ts'), filePath]; | ||
entry = { paths: paths, version: version }; | ||
@@ -114,0 +114,0 @@ return [2 /*return*/, entry]; |
{ | ||
"name": "@eclipse-che/vscode-theia-comparator", | ||
"publisher": "Eclipse Che", | ||
"version": "0.0.1-1552985897", | ||
"version": "0.0.1-1552986841", | ||
"description": "Compare VS Code API and Theia API", | ||
@@ -13,2 +13,3 @@ "license": "EPL-2.0", | ||
"src", | ||
"conf", | ||
"lib" | ||
@@ -15,0 +16,0 @@ ], |
@@ -83,3 +83,3 @@ /********************************************************************* | ||
await fs.writeFile(filePath, content); | ||
const paths = [path.resolve('vscode-theia.d.ts'), filePath]; | ||
const paths = [path.resolve('conf', 'vscode-theia.d.ts'), filePath]; | ||
const entry: ScannerEntry = { paths, version }; | ||
@@ -86,0 +86,0 @@ return entry; |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
157156
33
2300