mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-02-04 13:16:08 +08:00
As of beta.6, angular2 no longer ships es6-shim or jasmine typings, so we provide them ourselves.
10 lines
345 B
JSON
10 lines
345 B
JSON
{
|
|
"name": "ionic2",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"ambientDevDependencies": {
|
|
"es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#6697d6f7dadbf5773cb40ecda35a76027e0783b2",
|
|
"jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#dd638012d63e069f2c99d06ef4dcc9616a943ee4"
|
|
}
|
|
}
|