Skip to content

Commit

Permalink
perf: ✨ add shared enums from xmldom
Browse files Browse the repository at this point in the history
  • Loading branch information
luffynando committed Aug 14, 2024
1 parent caa0f5e commit f5bf2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
]
},
"prettier": "@nodecfdi/prettier-config",
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.7.1",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { MIME_TYPE, NAMESPACE } from '@xmldom/xmldom';
export * from '#src/dom';
export * from '#src/utils/number';
export * from '#src/utils/xml';
Expand Down

0 comments on commit f5bf2e0

Please sign in to comment.