Skip to content

Commit

Permalink
fix: npm files
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Nov 29, 2022
1 parent 230cba5 commit ab44413
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions packages/medusa-plugin-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"files": [
"api",
"utils",
"core",
"types",
"services",
"loaders",
"auth-strategies"
],
Expand All @@ -45,19 +45,15 @@
},
"peerDependencies": {
"@medusajs/medusa": "^1.6.4",
"medusa-core-utils": "^1.x.x",
"medusa-interfaces": "^1.x.x",
"typeorm": "^0.2.45"
"typeorm": "^0.2.45",
"passport": "0.4.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.6.4",
"@types/express": "^4.17.14",
"@types/jest": "^29.1.2",
"jest": "^29.1.2",
"medusa-core-utils": "^1.x.x",
"medusa-interfaces": "^1.x.x",
"medusa-test-utils": "^1.1.37",
"passport": "0.4.1",
"passport": "0.4.0",
"ts-jest": "^29.0.3",
"ts-node": "^8.6.2",
"typeorm": "^0.2.45"
Expand Down

0 comments on commit ab44413

Please sign in to comment.