Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 6e20189

Browse files
committed
update reference to typescript package
1 parent d2e87b9 commit 6e20189

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

angular2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"http-server": "0.8.0"
1111
},
1212
"devDependencies": {
13-
"typescript": "mhegazy/typescript#v1.5-beta2"
13+
"typescript": "^1.5.3"
1414
},
1515
"scripts": {
16-
"browser": "node node_modules/typescript/bin/tsc.js && node node_modules/http-server/bin/http-server -o"
16+
"start": "node node_modules/typescript/bin/tsc.js && node node_modules/http-server/bin/http-server -o"
1717
}
1818
}

angular2/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"emitDecoratorMetadata": true,
4+
"experimentalDecorators": true,
45
"module": "AMD",
56
"target": "es5"
67
},

0 commit comments

Comments
 (0)