Skip to content

Commit

Permalink
chore: fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschaap committed Sep 5, 2023
1 parent cc03226 commit 70db5e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
"development": "./directives.dev.js",
"default": "./directives.js"
},
"./directive.js": {
"development": "./directive.dev.js",
"default": "./directive.js"
},
"./html.js": {
"development": "./html.dev.js",
"default": "./html.js"
Expand Down

0 comments on commit 70db5e6

Please sign in to comment.