rename drop to tether-drop to adhere to npm registry

This commit is contained in:
André Werlang 2016-08-10 15:31:42 -03:00
parent 5caafc8abf
commit 1317f2fdf4
2 changed files with 4 additions and 2 deletions

View File

@ -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");

View File

@ -56,6 +56,6 @@ declare namespace Drop {
}
}
declare module "drop" {
declare module "tether-drop" {
export = Drop;
}