Skip to content

Commit

Permalink
Merge pull request #17 from mocoso/esm
Browse files Browse the repository at this point in the history
Switch to esm.sh source for handlebars package
  • Loading branch information
irustm authored Nov 1, 2022
2 parents fd7e32c + 603fa50 commit 04bdfaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
deno: [1.18.1]
deno: [1.24.0]
name: Deno ${{ matrix.deno }}
steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import HandlebarsJS from "https://dev.jspm.io/[email protected]";
import HandlebarsJS from "https://esm.sh/[email protected]";
import { walk } from "https://deno.land/[email protected]/fs/mod.ts";
import {
globToRegExp,
Expand Down

0 comments on commit 04bdfaf

Please sign in to comment.