mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
rename drop to tether-drop to adhere to npm registry
This commit is contained in:
parent
5caafc8abf
commit
1317f2fdf4
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user