Skip to content

Commit

Permalink
Fix import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulioRandall committed May 5, 2024
1 parent 450de6b commit b94e3ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Simple tool for adding parsable metadata as comments within Svelte components.",
"type": "module",
"license": "MIT",
"version": "0.5.0",
"version": "0.5.1",
"engines": {
"node": ">=18"
},
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './parser.js'
export { parse as default } from './parser.js'
export { default as default } from './parser.js'
export * from './regexp.js'

0 comments on commit b94e3ed

Please sign in to comment.