From 5bbd7448ae1eff68c8fe10b26a97e492deaef215 Mon Sep 17 00:00:00 2001 From: Paul van Brenk Date: Fri, 19 Aug 2016 16:09:29 -0700 Subject: [PATCH] fix casing --- fullcalendar/fullCalendar-tests.ts | 2 +- jsonstream/JSONStream-tests.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fullcalendar/fullCalendar-tests.ts b/fullcalendar/fullCalendar-tests.ts index d82ca580c7..ad5404fd46 100644 --- a/fullcalendar/fullCalendar-tests.ts +++ b/fullcalendar/fullCalendar-tests.ts @@ -1,7 +1,7 @@ /// /// -import * as FullCalendar from 'fullCalendar'; +import * as FullCalendar from 'fullcalendar'; import * as moment from 'moment'; // All examples from http://arshaw.com/fullcalendar/docs/ diff --git a/jsonstream/JSONStream-tests.ts b/jsonstream/JSONStream-tests.ts index 00884c8857..d42ab0d845 100644 --- a/jsonstream/JSONStream-tests.ts +++ b/jsonstream/JSONStream-tests.ts @@ -1,5 +1,5 @@ -import json = require('JSONStream'); +import json = require('jsonstream'); var read: NodeJS.ReadableStream; var write: NodeJS.WritableStream;