Skip to content

Commit

Permalink
removing trailing auto import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lcfvs committed Oct 10, 2021
1 parent c5f68ed commit 4fdb0db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/frontend.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { readFile } from 'fs/promises'
import { renderer, serializer } from './dom.js'

const symbol = Symbol('source')
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lcf.vs/dom-engine",
"version": "5.5.2",
"version": "5.5.3",
"description": "A composable DOM based template engine",
"type": "module",
"exports": {
Expand Down

0 comments on commit 4fdb0db

Please sign in to comment.