mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
fix casing
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import json = require('JSONStream');
|
||||
import json = require('jsonstream');
|
||||
|
||||
var read: NodeJS.ReadableStream;
|
||||
var write: NodeJS.WritableStream;
|
||||
|
||||
Reference in New Issue
Block a user