This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrates to jspm for Sinon in order to resolve #1
- Loading branch information
James Wright
committed
Jun 1, 2020
1 parent
90eaecb
commit 6b83f75
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.0.0 | ||
v1.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
name = "[email protected]/reno" | ||
description = "A thin routing library designed to sit on top of Deno's standard HTTP module" | ||
version = "1.0.0-alpha.1" | ||
version = "1.0.0-alpha.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Recommended as per https://deno.land/std/manual.md#linking-to-third-party-code | ||
|
||
import __jsSinon from "https://cdn.pika.dev/[email protected]"; | ||
import __jsSinon from "https://dev.jspm.io/[email protected]"; | ||
import Sinon from "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/949922e0959ccea0cad7a6fa787b63b7d4e67d3f/types/sinon/index.d.ts"; | ||
|
||
export * from "https://deno.land/[email protected]/testing/asserts.ts"; | ||
|