Skip to content

Commit

Permalink
fix: Router type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojue committed Mar 28, 2019
1 parent 72e7580 commit b10e950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daruk",
"version": "0.2.8",
"version": "0.2.9",
"description": "a node.js web framework",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import KoaLogger = require('daruk-logger');
import EventEmitter = require('events');
import Http = require('http');
import Https = require('https');
import Router from 'koa-router';
import * as Router from 'koa-router';
import * as Koa from 'koa';
import { Options, PartialOptions } from './daruk_options';

Expand Down

0 comments on commit b10e950

Please sign in to comment.