angular-ie-cli
Advanced tools
+1
-1
@@ -22,3 +22,3 @@ #!/usr/bin/env node | ||
| } | ||
| const packager = process.platform === 'win32' ? 'npm.cmd' : 'cmd'; | ||
| const packager = process.platform === 'win32' ? 'npm.cmd' : 'npm'; | ||
| const shell = `${shellPrefix}npm i classlist.js web-animations-js core-js babel-polyfill`; | ||
@@ -25,0 +25,0 @@ const npmProcess = child_process.spawn(packager, ['install', 'classlist.js', 'web-animations-js', 'core-js', 'babel-polyfill'], { |
+1
-1
| { | ||
| "name": "angular-ie-cli", | ||
| "version": "0.0.31", | ||
| "version": "0.0.32", | ||
| "description": "patch your angular project to support IE browser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |