Skip to content

Commit

Permalink
Changing default template tags in order to not conflict with others t…
Browse files Browse the repository at this point in the history
…emplating solutions like astro
  • Loading branch information
Javiani committed Jan 5, 2025
1 parent a56c9a8 commit 75c17e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/jails.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jails.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jails-js",
"version": "5.8.6",
"version": "5.9.0",
"description": "Jails - Elegant and Minimalistic Javascript Application Library",
"module": "./dist/jails.js",
"main": "./dist/jails.js",
Expand Down
2 changes: 1 addition & 1 deletion src/template-system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Transpile from './transpile'
import { uuid, decodeHTML } from './utils'

const config = {
tags: ['${', '}']
tags: ['{{', '}}']
}

export const templateConfig = (newconfig) => {
Expand Down

0 comments on commit 75c17e3

Please sign in to comment.