Merge pull request #3035 from leonyu/typescript-fetch-update-typings-to-v1

Typescript fetch: update typings to 1.0.4
This commit is contained in:
wing328
2016-06-03 18:05:44 +08:00
16 changed files with 688 additions and 13 deletions

View File

@@ -14,6 +14,6 @@
},
"devDependencies": {
"typescript": "^1.8.10",
"typings": "^0.8.1"
"typings": "^1.0.4"
}
}

View File

@@ -1,7 +1,7 @@
{
"version": false,
"dependencies": {},
"ambientDependencies": { {{^supportsES6}}
"globalDependencies": { {{^supportsES6}}
"core-js": "registry:dt/core-js#0.0.0+20160317120654",{{/supportsES6}}
"node": "registry:dt/node#4.0.0+20160423143914",
"isomorphic-fetch": "registry:dt/isomorphic-fetch#0.0.0+20160505171433"