Skip to content

Commit

Permalink
Fix loading of type definitions for mime-types
Browse files Browse the repository at this point in the history
  • Loading branch information
sholladay committed Sep 7, 2020
1 parent bd68b21 commit 8e47a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ReactDOMServer from 'https://jspm.dev/[email protected]/server';
import * as cookie from 'https://deno.land/[email protected]/http/cookie.ts';
import * as http from 'https://deno.land/[email protected]/http/server.ts';
import { Status as status, STATUS_TEXT as statusText } from 'https://deno.land/[email protected]/http/http_status.ts';
import * as mime from 'https://jspm.dev/[email protected]';
import * as mime from 'https://cdn.pika.dev/[email protected]';
import * as path from 'https://deno.land/[email protected]/path/mod.ts';

export {
Expand Down

0 comments on commit 8e47a17

Please sign in to comment.