Skip to content

Commit

Permalink
+ default exports map entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Lcfvs committed Aug 12, 2021
1 parent b93f8d6 commit e7a875a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@lcf.vs/dom-engine",
"version": "5.1.1",
"version": "5.1.2",
"description": "A composable DOM based template engine",
"type": "module",
"exports": {
".": "./lib/dom.js",
"./lib/backend.js": "./lib/backend.js",
"./lib/frontend.js": "./lib/frontend.js",
"./lib/worker.js": "./lib/worker.js",
Expand Down

0 comments on commit e7a875a

Please sign in to comment.