Added tsd.json file with 'node.d.ts'.

This commit is contained in:
Daniel Rosenwasser 2015-09-16 17:34:31 -07:00
parent 1500f5cd02
commit 9696e57772

12
scripts/tsd.json Normal file
View File

@ -0,0 +1,12 @@
{
"version": "v4",
"repo": "borisyankov/DefinitelyTyped",
"ref": "master",
"path": "typings",
"bundle": "typings/tsd.d.ts",
"installed": {
"node/node.d.ts": {
"commit": "5f480287834a2615274eea31574b713e64decf17"
}
}
}