Adopt typings
This commit is contained in:
Родитель
e8787b08b3
Коммит
627e31caab
|
@ -10,3 +10,4 @@
|
|||
/npm-debug.log
|
||||
/ThirdPartyNotices.txt
|
||||
/tsconfig.json
|
||||
/typings.json
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
"gulp-concat": "^2.6.0",
|
||||
"gulp-typescript": "^2.8.2",
|
||||
"istanbul": "^0.4.4",
|
||||
"mocha": "^3.0.2"
|
||||
"mocha": "^3.0.2",
|
||||
"typings": "^1.3.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"globalDependencies": {
|
||||
"mocha": "registry:env/mocha#2.2.5+20160723033700",
|
||||
"node": "registry:env/node#6.0.0+20160813135048"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"resolution": "main",
|
||||
"tree": {
|
||||
"src": "https://raw.githubusercontent.com/types/env-mocha/0b58663c7a4f06e8bde38d6e0f686093552efe5b/typings.json",
|
||||
"raw": "registry:env/mocha#2.2.5+20160723033700",
|
||||
"files": [
|
||||
"lib/global.d.ts",
|
||||
"lib/mocha.d.ts"
|
||||
],
|
||||
"global": false,
|
||||
"name": "mocha",
|
||||
"type": "typings"
|
||||
}
|
||||
}
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"resolution": "main",
|
||||
"tree": {
|
||||
"src": "https://raw.githubusercontent.com/types/env-node/48799287cfc9c551a7d03cb1c1f39fdf4d2308f8/6/typings.json",
|
||||
"raw": "registry:env/node#6.0.0+20160813135048",
|
||||
"version": "6",
|
||||
"files": [
|
||||
"node.d.ts"
|
||||
],
|
||||
"global": false,
|
||||
"name": "node",
|
||||
"type": "typings"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
/// <reference path="globals/mocha/index.d.ts" />
|
||||
/// <reference path="globals/node/index.d.ts" />
|
Загрузка…
Ссылка в новой задаче