rename koa2 to koa

This commit is contained in:
DavidCai
2016-01-11 23:23:15 +08:00
parent 890d4d8bfe
commit 96c7488d5f
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
/// <reference path="koa2.d.ts" />
/// <reference path="koa.d.ts" />
import * as Koa from "koa";
const app = new Koa();

View File