Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit cd290d9

Browse files
committed
chore: update es6-shim to v.0.35.0 per A2 issue #7618
1 parent 82e0d50 commit cd290d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"name": "angular2-quickstart",
33
"version": "1.0.0",
44
"scripts": {
5-
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
5+
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
66
"tsc": "tsc",
77
"tsc:w": "tsc -w",
88
"lite": "lite-server",
99
"typings": "typings",
10-
"postinstall": "typings install"
10+
"postinstall": "typings install"
1111
},
1212
"license": "ISC",
1313
"dependencies": {
1414
"angular2": "2.0.0-beta.9",
1515
"systemjs": "0.19.24",
1616
"es6-promise": "^3.0.2",
17-
"es6-shim": "^0.33.3",
17+
"es6-shim": "^0.35.0",
1818
"reflect-metadata": "0.1.2",
1919
"rxjs": "5.0.0-beta.2",
2020
"zone.js": "0.5.15"

0 commit comments

Comments
 (0)