Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sholladay committed Jun 12, 2019
1 parent a1cc63f commit ec277b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * as http from 'https://deno.land/x/http@v0.3.4/server.ts';
export { Status as status } from 'https://deno.land/x/http@v0.3.4/http_status.ts';
export { STATUS_TEXT as statusText } from 'https://deno.land/x/http@v0.3.4/http_status.ts';
export * as http from 'https://deno.land/x/http@v0.8.0/server.ts';
export { Status as status } from 'https://deno.land/x/http@v0.8.0/http_status.ts';
export { STATUS_TEXT as statusText } from 'https://deno.land/x/http@v0.8.0/http_status.ts';

0 comments on commit ec277b8

Please sign in to comment.