Skip to content

Commit

Permalink
chore: 🤖 change package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatpotato13 committed Apr 30, 2024
1 parent a758c41 commit 5674088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "infra-did-comm-js",
"version": "0.0.1",
"version": "0.3.0",
"description": "Communication Protocol using Infra DID",
"source": "src/index.ts",
"main": "dist/src/index.js",
"main": "dist/src/index.cjs",
"module": "dist/src/index.modern.js",
"type": "module",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 5674088

Please sign in to comment.