docs:update sample to TS v.1.8.2
This commit is contained in:
parent
bef24a00de
commit
9a7294c25b
|
@ -43,7 +43,7 @@
|
||||||
"live-server": "^0.9.2",
|
"live-server": "^0.9.2",
|
||||||
"protractor": "^3.1.1",
|
"protractor": "^3.1.1",
|
||||||
"rimraf": "^2.5.2",
|
"rimraf": "^2.5.2",
|
||||||
"typescript": "^1.7.5",
|
"typescript": "^1.8.2",
|
||||||
"typings": "0.6.8"
|
"typings": "0.6.8"
|
||||||
},
|
},
|
||||||
"repository": { }
|
"repository": { }
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"concurrently": "^2.0.0",
|
"concurrently": "^2.0.0",
|
||||||
"lite-server": "^2.1.0",
|
"lite-server": "^2.1.0",
|
||||||
"typescript": "^1.7.5",
|
"typescript": "^1.8.2",
|
||||||
"typings":"^0.6.8"
|
"typings":"^0.6.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,7 +34,8 @@ var _rxData = [
|
||||||
{
|
{
|
||||||
pattern: 'script',
|
pattern: 'script',
|
||||||
from: 'node_modules/systemjs/dist/system.src.js',
|
from: 'node_modules/systemjs/dist/system.src.js',
|
||||||
to: ['https://code.angularjs.org/tools/system.js', 'https://code.angularjs.org/tools/typescript.js']
|
//to: ['https://code.angularjs.org/tools/system.js', 'https://code.angularjs.org/tools/typescript.js']
|
||||||
|
to: ['https://code.angularjs.org/tools/system.js', 'https://npmcdn.com/typescript@1.8.2/lib/typescript.js']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
pattern: 'script',
|
pattern: 'script',
|
||||||
|
|
Loading…
Reference in New Issue