Skip to content

Commit

Permalink
Added @Attribute & more
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFun123 committed Mar 6, 2024
1 parent 7421110 commit c2fef72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/jdom.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"main": "./index.js",

"exports": {
".": "./index.js",
"./JDOM.js": "./src/JDOM.js",
"./JDOMComponent.js": "./src/JDOMComponent.js",
"./hooks.js": "./src/hooks.js",
"./decorators.ts": "./src/decorators.ts",
"./Hook.js": "./src/Hook.js",
"./templpate/": "./src/template/",
"./router/": "./src/router/",
"./*": "./*"
"./router/": "./src/router/"
},

"scripts": {
Expand Down

0 comments on commit c2fef72

Please sign in to comment.