Skip to content

Commit

Permalink
release: use lerna
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Oct 4, 2024
1 parent 81e2282 commit eebe488
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bluetoothdidcommexample",
"version": "0.0.0",
"private": true,
"private": true,
"main": "index.js",
"scripts": {
"issue": "ts-node scripts/issueCredential.ts",
Expand Down Expand Up @@ -45,6 +45,5 @@
"babel-plugin-module-resolver": "^5.0.2",
"ts-node": "^10.9.2",
"typescript": "*"
},
"private": true
}
}

0 comments on commit eebe488

Please sign in to comment.