Skip to content

Commit

Permalink
fix: askar release with example (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoGlastra authored Feb 5, 2025
1 parent 23606ef commit 6bfa3e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/askar-react-native-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openwallet-foundation/askar-react-native-example",
"version": "1.0.0",
"name": "askar-react-native-example",
"version": "0.0.0",
"private": true,
"main": "./src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/askar-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"publishConfig": {
"access": "public"
},
"files": ["build", "scripts", "../../LICENSE"],
"files": ["build", "scripts"],
"scripts": {
"types:check": "pnpm compile --noEmit",
"build": "pnpm clean && pnpm compile",
Expand Down
2 changes: 1 addition & 1 deletion packages/askar-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"publishConfig": {
"access": "public"
},
"files": ["build", "../../LICENSE"],
"files": ["build"],
"scripts": {
"types:check": "pnpm compile --noEmit",
"build": "pnpm clean && pnpm compile",
Expand Down

0 comments on commit 6bfa3e2

Please sign in to comment.