Skip to content

Commit

Permalink
test: bump harness deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Nov 29, 2023
1 parent 54e22f1 commit a19494d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/hyper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { default as hyper } from 'https://raw.githubusercontent.com/hyper63/hyper/hyper%40v4.1.0/packages/core/mod.ts'
import { default as app } from 'https://raw.githubusercontent.com/hyper63/hyper/hyper-app-express%40v1.1.0/packages/app-express/mod.ts'
import { default as hyper } from 'https://raw.githubusercontent.com/hyper63/hyper/hyper%40v4.3.1/packages/core/mod.ts'
import { default as app } from 'https://raw.githubusercontent.com/hyper63/hyper/hyper-app-express%40v1.2.1/packages/app-express/mod.ts'

import myAdapter from '../mod.js'
import PORT_NAME from '../port_name.js'
Expand Down

0 comments on commit a19494d

Please sign in to comment.