From cd290d9558a4e4932a5c3f0521650eb2df2f9354 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Tue, 15 Mar 2016 11:30:38 -0700 Subject: [PATCH] chore: update es6-shim to v.0.35.0 per A2 issue #7618 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c87f49b62..55ef3d701 100644 --- a/package.json +++ b/package.json @@ -2,19 +2,19 @@ "name": "angular2-quickstart", "version": "1.0.0", "scripts": { - "start": "concurrently \"npm run tsc:w\" \"npm run lite\" ", + "start": "concurrently \"npm run tsc:w\" \"npm run lite\" ", "tsc": "tsc", "tsc:w": "tsc -w", "lite": "lite-server", "typings": "typings", - "postinstall": "typings install" + "postinstall": "typings install" }, "license": "ISC", "dependencies": { "angular2": "2.0.0-beta.9", "systemjs": "0.19.24", "es6-promise": "^3.0.2", - "es6-shim": "^0.33.3", + "es6-shim": "^0.35.0", "reflect-metadata": "0.1.2", "rxjs": "5.0.0-beta.2", "zone.js": "0.5.15"