fix casing

This commit is contained in:
Paul van Brenk
2016-08-19 16:09:29 -07:00
parent 312556ead6
commit 5bbd7448ae
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/// <reference types="jquery"/>
/// <reference types="jqueryui"/>
import * as FullCalendar from 'fullCalendar';
import * as FullCalendar from 'fullcalendar';
import * as moment from 'moment';
// All examples from http://arshaw.com/fullcalendar/docs/

View File

@@ -1,5 +1,5 @@
import json = require('JSONStream');
import json = require('jsonstream');
var read: NodeJS.ReadableStream;
var write: NodeJS.WritableStream;