Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Migrates to jspm for Sinon in order to resolve #1
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wright committed Jun 1, 2020
1 parent 90eaecb commit 6b83f75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .deno-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.0
v1.0.3
2 changes: 1 addition & 1 deletion Package.toml
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"
2 changes: 1 addition & 1 deletion deps.ts
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";
Expand Down

0 comments on commit 6b83f75

Please sign in to comment.