diff --git a/jquery-param/index.d.ts b/jquery-param/index.d.ts index 4e1031da2f85b5..44568f99d1f975 100644 --- a/jquery-param/index.d.ts +++ b/jquery-param/index.d.ts @@ -1,6 +1,7 @@ // Type definitions for jquery-param v1.0.0 // Project: https://github.com/knowledgecode/jquery-param // Definitions by: Pat Sissons +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export as namespace param; diff --git a/waterline/index.d.ts b/waterline/index.d.ts index 55bfd1673cd01a..15c88ec8cf333d 100644 --- a/waterline/index.d.ts +++ b/waterline/index.d.ts @@ -1,3 +1,8 @@ +// Type definitions for waterline 0.11 +// Project: https://github.com/balderdashy/waterline +// Definitions by: Alexandro Libertino +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + import BluebirdPromise = require("bluebird"); declare namespace Waterline { type Adapter = Object;