Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishiv committed Aug 29, 2024
1 parent 3435352 commit 0ec0d79
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gratico/sdk",
"version": "0.9.1",
"version": "0.9.2",
"author": "Abhishiv Saxena<[email protected]>",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -29,10 +29,18 @@
"import": "./src/index.ts"
}
},
"optionalDependencies": {
"peerDependencies": {
"alfama": "*",
"@types/json-schema": "*"
},
"peerDependenciesMeta": {
"alfama": {
"optional": true
},
"@types/json-schema": {
"optional": true
}
},
"dependencies": {
"emittery": "^1.0.3"
},
Expand Down

0 comments on commit 0ec0d79

Please sign in to comment.