Skip to content

Commit

Permalink
chore: place arctic to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Apr 26, 2024
1 parent e0e2010 commit 88d0868
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elysia-oauth2",
"version": "1.1.0",
"version": "1.2.0",
"author": "kravets",
"type": "commonjs",
"keywords": [
Expand All @@ -21,11 +21,13 @@
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@types/bun": "^1.0.12",
"arctic": "^1.6.2",
"elysia": "^1.0.13",
"typescript": "^5.4.5"
},
"peerDependencies": {
"elysia": "^1.0.6"
"elysia": "^1.0.6",
"arctic": "*"
},
"scripts": {
"prepublishOnly": "tsc",
Expand All @@ -35,8 +37,5 @@
"files": [
"dist"
],
"types": "dist/index.d.ts",
"dependencies": {
"arctic": "*"
}
"types": "dist/index.d.ts"
}

0 comments on commit 88d0868

Please sign in to comment.