Skip to content

Commit

Permalink
Changing idiomorph to be loaded from npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Javiani committed Oct 3, 2024
1 parent 052c343 commit b600740
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 882 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 src/component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type Component } from '..'
import { Idiomorph } from './utils/idiomorph'
import { Idiomorph } from 'idiomorph/dist/idiomorph.esm'
import { rAF, dup, safe } from './utils'
import { buildtemplates } from './template-system'
import { on, off, trigger } from './utils/events'
Expand Down
Loading

0 comments on commit b600740

Please sign in to comment.