angular-ie-cli
Advanced tools
+3
-2
@@ -16,3 +16,2 @@ #!/usr/bin/env node | ||
| } | ||
| spinner.start('Updating configuration...'); | ||
| let shellPrefix = ''; | ||
@@ -23,5 +22,7 @@ if (process.platform === 'darwin') { | ||
| const shell = `${shellPrefix}npm i classlist.js web-animations-js core-js babel-polyfill`; | ||
| console.log(shell); | ||
| child_process.exec(shell, (err, stderr,stdout) => { | ||
| if (!err) { | ||
| // console.log(stdout.trim()); | ||
| spinner.start('Updating configuration...'); | ||
| // console.log(stdout.trim()); | ||
| startConfig(); | ||
@@ -28,0 +29,0 @@ } |
+1
-1
| { | ||
| "name": "angular-ie-cli", | ||
| "version": "0.0.25", | ||
| "version": "0.0.26", | ||
| "description": "patch your angular project to support IE browser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
10860
0.3%243
0.41%