From 9696e5777253e397b151816c31d8a780776027d5 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Wed, 16 Sep 2015 17:34:31 -0700 Subject: [PATCH] Added tsd.json file with 'node.d.ts'. --- scripts/tsd.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scripts/tsd.json diff --git a/scripts/tsd.json b/scripts/tsd.json new file mode 100644 index 00000000000..c2fc88a0b0f --- /dev/null +++ b/scripts/tsd.json @@ -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" + } + } +}