@lit-labs/cli
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -210,7 +210,6 @@ /** | ||
this.console.log(`Installing ${installFrom}...`); | ||
const child = childProcess.spawn( | ||
// https://stackoverflow.com/questions/43230346/error-spawn-npm-enoent | ||
/^win/.test(process.platform) ? 'npm.cmd' : 'npm', ['install', '--save-dev', installFrom], { | ||
const child = childProcess.spawn('npm', ['install', '--save-dev', installFrom], { | ||
cwd: this.cwd, | ||
stdio: [process.stdin, 'pipe', 'pipe'], | ||
shell: true, | ||
}); | ||
@@ -217,0 +216,0 @@ (async () => { |
@@ -1,1 +0,1 @@ | ||
export declare const litVersion = "3.1.2"; | ||
export declare const litVersion = "3.1.3"; |
@@ -1,2 +0,2 @@ | ||
export const litVersion = '3.1.2'; | ||
export const litVersion = '3.1.3'; | ||
//# sourceMappingURL=lit-version.js.map |
{ | ||
"name": "@lit-labs/cli", | ||
"description": "Tooling for Lit development", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
100280
1201