Skip to content

Commit

Permalink
chore(deps): change handlebars dep to our own fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Sep 21, 2022
1 parent e382f6e commit b4f33f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/handlebar.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Renderer } from './interface.ts';
import { Handlebars } from 'https://deno.land/x/handlebars/mod.ts';
import { Handlebars } from 'https://raw.githubusercontent.com/Savory/handlebars/master/mod.ts';

const defaultOption = {
baseDir: 'views',
Expand Down

0 comments on commit b4f33f6

Please sign in to comment.