Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 9a7294c

Browse files
committed
docs:update sample to TS v.1.8.2
1 parent bef24a0 commit 9a7294c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

public/docs/_examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"live-server": "^0.9.2",
4444
"protractor": "^3.1.1",
4545
"rimraf": "^2.5.2",
46-
"typescript": "^1.7.5",
46+
"typescript": "^1.8.2",
4747
"typings": "0.6.8"
4848
},
4949
"repository": { }

public/docs/_examples/quickstart/ts/package.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"concurrently": "^2.0.0",
2424
"lite-server": "^2.1.0",
25-
"typescript": "^1.7.5",
25+
"typescript": "^1.8.2",
2626
"typings":"^0.6.8"
2727
}
2828
}

tools/plunker-builder/indexHtmlTranslator.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ var _rxData = [
3434
{
3535
pattern: 'script',
3636
from: 'node_modules/systemjs/dist/system.src.js',
37-
to: ['https://code.angularjs.org/tools/system.js', 'https://code.angularjs.org/tools/typescript.js']
37+
//to: ['https://code.angularjs.org/tools/system.js', 'https://code.angularjs.org/tools/typescript.js']
38+
to: ['https://code.angularjs.org/tools/system.js', 'https://npmcdn.com/typescript@1.8.2/lib/typescript.js']
3839
},
3940
{
4041
pattern: 'script',

0 commit comments

Comments
 (0)