Skip to content

Commit

Permalink
Merge pull request #2 from spherity/fix/add-module-to-package-json
Browse files Browse the repository at this point in the history
fix: add type: module to package.json
  • Loading branch information
lleifermann committed Oct 10, 2023
2 parents 219d360 + a211a13 commit 1247b7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spherity/did-extension-ethr",
"version": "2.0.0",
"version": "2.1.0",
"type": "module",
"source": "src/index.ts",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 1247b7c

Please sign in to comment.