diff --git a/jquery.cropbox/jquery.cropbox.d.ts b/jquery-cropbox/jquery-cropbox.d.ts
similarity index 96%
rename from jquery.cropbox/jquery.cropbox.d.ts
rename to jquery-cropbox/jquery-cropbox.d.ts
index 82b550bf3..fba9846bb 100644
--- a/jquery.cropbox/jquery.cropbox.d.ts
+++ b/jquery-cropbox/jquery-cropbox.d.ts
@@ -107,9 +107,9 @@ declare module jQueryCropBox {
}
interface JQuery {
- cropbox(params?: jQueryCropBox.CropboxOptions): jQueryCropBox.Cropbox
+ cropbox(params?: jQueryCropBox.CropboxOptions): JQuery
}
interface JQueryStatic {
- cropbox(params?: jQueryCropBox.CropboxOptions): jQueryCropBox.Cropbox
+ cropbox(params?: jQueryCropBox.CropboxOptions): JQueryStatic
}
diff --git a/jquery.cropbox/jquery.cropbox.tests.ts b/jquery-cropbox/jquery-cropbox.tests.ts
similarity index 94%
rename from jquery.cropbox/jquery.cropbox.tests.ts
rename to jquery-cropbox/jquery-cropbox.tests.ts
index cb8f0be5a..e8db3847c 100644
--- a/jquery.cropbox/jquery.cropbox.tests.ts
+++ b/jquery-cropbox/jquery-cropbox.tests.ts
@@ -1,5 +1,5 @@
///
-///
+///
var cropboxWithDefaultSettings = $("#element").cropbox();