chore: update es6-shim to v.0.35.0 per A2 issue #7618
Showing
... | @@ -2,19 +2,19 @@ | ... | @@ -2,19 +2,19 @@ |
"name": "angular2-quickstart", | "name": "angular2-quickstart", | ||
"version": "1.0.0", | "version": "1.0.0", | ||
"scripts": { | "scripts": { | ||
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ", | "start": "concurrently \"npm run tsc:w\" \"npm run lite\" ", | ||
"tsc": "tsc", | "tsc": "tsc", | ||
"tsc:w": "tsc -w", | "tsc:w": "tsc -w", | ||
"lite": "lite-server", | "lite": "lite-server", | ||
"typings": "typings", | "typings": "typings", | ||
"postinstall": "typings install" | "postinstall": "typings install" | ||
}, | }, | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"angular2": "2.0.0-beta.9", | "angular2": "2.0.0-beta.9", | ||
"systemjs": "0.19.24", | "systemjs": "0.19.24", | ||
"es6-promise": "^3.0.2", | "es6-promise": "^3.0.2", | ||
"es6-shim": "^0.33.3", | "es6-shim": "^0.35.0", | ||
"reflect-metadata": "0.1.2", | "reflect-metadata": "0.1.2", | ||
"rxjs": "5.0.0-beta.2", | "rxjs": "5.0.0-beta.2", | ||
"zone.js": "0.5.15" | "zone.js": "0.5.15" | ||
... | ... |
Please register or sign in to comment