From 362cefbcc0919dc8c177c1cdb102daf62f371a38 Mon Sep 17 00:00:00 2001 From: Andrew Gaspar Date: Sat, 23 Mar 2013 03:18:39 -0500 Subject: [PATCH] Moved q declaration for CommonJS to qcommon --- {Qnode => qcommon}/q.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {Qnode => qcommon}/q.d.ts (97%) diff --git a/Qnode/q.d.ts b/qcommon/q.d.ts similarity index 97% rename from Qnode/q.d.ts rename to qcommon/q.d.ts index 48fc11a5c..9add54ab8 100644 --- a/Qnode/q.d.ts +++ b/qcommon/q.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Q that can be imported in node.js +// Type definitions for q that meet the CommonJS module format. // Project: https://github.com/kriskowal/q // Definitions by: Barrie Nemetchek and Andrew Gaspar // Definitions: https://github.com/AndrewGaspar/DefinitelyTyped