Skip to content

Commit

Permalink
feat: 🎸 Support plugin esm import
Browse files Browse the repository at this point in the history
  • Loading branch information
haozi committed May 9, 2024
1 parent 2d0d137 commit e7045aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/browser-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "idmp-browser-storage",
"version": "1.0.0",
"private": true,
"description": "",
"type": "module",
"exports": {
".": "./dist/index.js"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "idmp-node-fs",
"version": "1.0.0",
"private": true,
"description": "",
"type": "module",
"exports": {
".": "./dist/index.js"
},
Expand Down

0 comments on commit e7045aa

Please sign in to comment.