mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 18:44:33 +00:00
rename drop to tether-drop to adhere to npm registry
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
///<reference path="../tether/tether.d.ts" />
|
||||
///<reference path="drop.d.ts" />
|
||||
///<reference path="tether-drop.d.ts" />
|
||||
|
||||
import 'tether-drop';
|
||||
|
||||
var yellowBox = document.querySelector(".yellow");
|
||||
var greenBox = document.querySelector(".green");
|
||||
@@ -56,6 +56,6 @@ declare namespace Drop {
|
||||
}
|
||||
}
|
||||
|
||||
declare module "drop" {
|
||||
declare module "tether-drop" {
|
||||
export = Drop;
|
||||
}
|
||||
Reference in New Issue
Block a user