Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Nov 19, 2024
1 parent 1de27e5 commit 255d7b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions packages/oauth2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "@animo-id/oauth2",
"version": "0.1.1",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"license": "Apache-2.0",
"publishConfig": {
"main": "./dist/index.js",
Expand Down
4 changes: 1 addition & 3 deletions packages/oid4vci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "@animo-id/oid4vci",
"version": "0.1.1",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"license": "Apache-2.0",
"publishConfig": {
"main": "./dist/index.js",
Expand Down
4 changes: 1 addition & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "@animo-id/oauth2-utils",
"version": "0.1.1",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"license": "Apache-2.0",
"publishConfig": {
"main": "./dist/index.js",
Expand Down

0 comments on commit 255d7b2

Please sign in to comment.