From 4a76c899385aefbd0f629dad03f463d7c8b433d1 Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Fri, 12 Aug 2016 07:26:42 -0400 Subject: [PATCH] Rename bootstrap-datepicker to match npm package Fixes #10572 --- .../bootstrap-datepicker-tests.ts | 2 +- .../bootstrap-datepicker.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename bootstrap.datepicker/bootstrap.datepicker-tests.ts => bootstrap-datepicker/bootstrap-datepicker-tests.ts (98%) rename bootstrap.datepicker/bootstrap.datepicker.d.ts => bootstrap-datepicker/bootstrap-datepicker.d.ts (98%) diff --git a/bootstrap.datepicker/bootstrap.datepicker-tests.ts b/bootstrap-datepicker/bootstrap-datepicker-tests.ts similarity index 98% rename from bootstrap.datepicker/bootstrap.datepicker-tests.ts rename to bootstrap-datepicker/bootstrap-datepicker-tests.ts index b275ee25a8..d290a5b8fa 100644 --- a/bootstrap.datepicker/bootstrap.datepicker-tests.ts +++ b/bootstrap-datepicker/bootstrap-datepicker-tests.ts @@ -1,4 +1,4 @@ -/// +/// function tests_simple() { $('#datepicker').datepicker(); diff --git a/bootstrap.datepicker/bootstrap.datepicker.d.ts b/bootstrap-datepicker/bootstrap-datepicker.d.ts similarity index 98% rename from bootstrap.datepicker/bootstrap.datepicker.d.ts rename to bootstrap-datepicker/bootstrap-datepicker.d.ts index f60a0ffed6..1a2bb2124b 100644 --- a/bootstrap.datepicker/bootstrap.datepicker.d.ts +++ b/bootstrap-datepicker/bootstrap-datepicker.d.ts @@ -1,4 +1,4 @@ -// Type definitions for bootstrap.datepicker +// Type definitions for bootstrap-datepicker // Project: https://github.com/eternicode/bootstrap-datepicker // Definitions by: Boris Yankov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped