Skip to content

Commit

Permalink
fix: generated package
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Mar 10, 2022
1 parent e930d0f commit 01b7b97
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
.DS_Store
.swc/
dist
**/node_modules
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"types": "dist/index.d.ts",
"private": false,
"files": [
"./dist"
"dist"
],
"bin": {
"medex": "dist/cli/index.js"
Expand Down
2 changes: 1 addition & 1 deletion starters/plugin-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:cov": "NODE_ENV=test jest --coverage --detectOpenHandles"
},
"peerDependencies": {
"medusa-extender": "^1.5.0",
"medusa-extender": "^1.5.1",
"awilix": "^4.2.3",
"@medusajs/medusa": "^1.2.1",
"medusa-core-utils": "^1.1.31",
Expand Down
2 changes: 1 addition & 1 deletion starters/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"medusa-core-utils": "^1.1.31",
"medusa-extender": "^1.5.0",
"medusa-extender": "^1.5.1",
"medusa-fulfillment-manual": "^1.1.30",
"medusa-interfaces": "^1.1.34",
"medusa-payment-manual": "^1.0.12",
Expand Down

0 comments on commit 01b7b97

Please sign in to comment.