Skip to content

Commit

Permalink
final commits
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Jun 21, 2023
1 parent 2aa34e1 commit 0d65a06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/node-require.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { createServerAdapter } = require('@whatwg-node/server')
const { createServer } = require('http')
require('isomorphic-fetch')
const { Router, error, json } = require('itty-router')
const { Router, error, json } = require('../dist/index.js')

const router = Router()

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"gzip-size": "^7.0.0",
"http": "^0.0.1-security",
"isomorphic-fetch": "^3.0.0",
"itty-router": "^4.0.10-next.4",
"itty-router": "^4.0.11-next.6",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lib": ["esnext", "dom", "dom.iterable"],
"listEmittedFiles": false,
"listFiles": false,
"moduleResolution": "node",
"moduleResolution": "nodeNext",
"noFallthroughCasesInSwitch": true,
"pretty": true,
"resolveJsonModule": true,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2455,10 +2455,10 @@ istanbul-reports@^3.1.4:
html-escaper "^2.0.0"
istanbul-lib-report "^3.0.0"

itty-router@^4.0.10-next.4:
version "4.0.10-next.4"
resolved "https://registry.yarnpkg.com/itty-router/-/itty-router-4.0.10-next.4.tgz#1189e706890d7ef472adcc002f03e34e1df44a5a"
integrity sha512-dr48sUf+3EFh8CM/rYs3wnpVUdKN6n1TdrvMd4KS+6ogbVdbZ2qAcvwF8Kxt26c1VYPsDcNPVT0fPpG7/Cds6Q==
itty-router@^4.0.11-next.6:
version "4.0.11-next.6"
resolved "https://registry.yarnpkg.com/itty-router/-/itty-router-4.0.11-next.6.tgz#30e697d7fe11bd7942d9a1b8e942843eb27ff688"
integrity sha512-mRWKQPNpu1IIL4K5uXYdOiVKCxaKEy7LqSpT8RqBNPSMiMZ4+QyokPwPjA93E6KYv4DDdE30UaHt/ars5VMpFQ==

jackspeak@^2.0.3:
version "2.2.1"
Expand Down

0 comments on commit 0d65a06

Please sign in to comment.