Fixes file header issue

This commit is contained in:
Tingan Ho
2015-07-20 17:34:47 +08:00
parent 523447e2fa
commit 609e1adfca
2 changed files with 5 additions and 2 deletions
@@ -1,4 +1,3 @@
/// <reference path='./connect-modrewrite.d.ts' />
/// <reference path='../express/express.d.ts' />
+5 -1
View File
@@ -1,5 +1,9 @@
// Type definitions for connect-modrewrite
// Project: https://github.com/tinganho/connect-modrewrite
// Definitions by: Tingan Ho <https://github.com/tinganho/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path='../express/express.d.ts' />
/// <reference path="../express/express.d.ts" />
declare module 'connect-modrewrite' {
import express = require('express');