satyarohith / sift

Sift is a routing and utility library for Deno Deploy.
https://deno.land/x/sift
MIT License
170 stars 14 forks source link

fix: replace x.lcas.dev with esm.sh #72

Closed nberlette closed 2 years ago

nberlette commented 2 years ago

Fixes #70. The x.lcas.dev CDN is having DNS issues recently, causing deployment errors and other general chaos for projects that are trying to use sift in their codebase.

This PR replaces those with the appropriate esm.sh equivalents, updates preact to 10.10.6, and also updates the standard library to 0.154.0.

satyarohith commented 2 years ago

Thank you! :)