angular-ie-cli
Advanced tools
+9
-5
@@ -22,8 +22,12 @@ #!/usr/bin/env node | ||
| const shell = `${shellPrefix}npm i classlist.js web-animations-js core-js babel-polyfill`; | ||
| child_process.exec(shell, ( | ||
| err, stderr,stdout | ||
| ) => {if (!err) { | ||
| child_process.exec(shell, (err, stderr,stdout) => { | ||
| if (!err) { | ||
| // console.log(stdout.trim()); | ||
| startConfig(); | ||
| }}); | ||
| startConfig(); | ||
| } | ||
| else { | ||
| console.error(err); | ||
| spinner.fail(); | ||
| } | ||
| }); | ||
| function readAngularJson() { | ||
@@ -30,0 +34,0 @@ try { |
+1
-1
| { | ||
| "name": "angular-ie-cli", | ||
| "version": "0.0.24", | ||
| "version": "0.0.25", | ||
| "description": "patch your angular project to support IE browser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
10828
0.72%242
1.68%