diff --git a/jsClipper/jsClipper-tests.ts b/js-clipper/js-clipper-test.d.ts similarity index 89% rename from jsClipper/jsClipper-tests.ts rename to js-clipper/js-clipper-test.d.ts index ea2d04b773..316b3ab578 100644 --- a/jsClipper/jsClipper-tests.ts +++ b/js-clipper/js-clipper-test.d.ts @@ -1,4 +1,4 @@ -/// +/// class jsClipperTest{ public intPointTest(){ @@ -16,4 +16,4 @@ class jsClipperTest{ var tt = new jsClipperTest; -tt.intPointTest(); \ No newline at end of file +tt.intPointTest(); diff --git a/jsClipper/jsClipper.d.ts b/js-clipper/js-clipper.d.ts similarity index 99% rename from jsClipper/jsClipper.d.ts rename to js-clipper/js-clipper.d.ts index ffcc9f64ae..9538ef79c4 100644 --- a/jsClipper/jsClipper.d.ts +++ b/js-clipper/js-clipper.d.ts @@ -1,4 +1,4 @@ -// Type definitions for jsClipper.js +// Type definitions for js-clipper // Project: https://github.com/mathisonian/JsClipper // Definitions by: Hou Chunlei // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -298,4 +298,4 @@ declare module ClipperLib { } - \ No newline at end of file +