Skip to content

Commit

Permalink
feat: Re organise packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Mar 16, 2022
1 parent cb419ca commit 0eecc66
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 362 deletions.
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"npmClient": "npm",
"packages": [
"packages/*"
"packages/medusa/*",
"packages/medusa-extender/*"
],
"command": {
"publish": {
Expand All @@ -10,8 +11,7 @@
"ignoreChanges": [
"**/*.spec.ts"
],
"message": "chore(release): publish",
"registry": "https://npm.pkg.github.com/"
"message": "chore(release): publish"
}
},
"version": "independent"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "medusa-plugins",
"version": "1.0.0",
"description": "A collection of awesome plugins for medusa :rocket:",
"description": "A collection of awesome plugins for medusa and medusa-extender :rocket:",
"engines": {
"node": "14.17.3"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "Adrien de Peretti <adrien.deperetti@gmail.com>",
"license": "MIT",
"scripts": {
"clean": "./node_modules/.bin/rimraf services/ api/ utils.* types.* index.*",
"clean": "./node_modules/.bin/rimraf services api/ utils.* types.* index.*",
"build": "npm run clean && tsc -p tsconfig.json",
"watch": "tsc --watch",
"test": "./node_modules/.bin/jest --config jest.config.js"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions packages/payments/payment-paytr/src/api/index.ts

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions packages/payments/payment-paytr/src/api/middleware/index.ts

This file was deleted.

29 changes: 0 additions & 29 deletions packages/payments/payment-paytr/src/api/routes/index.ts

This file was deleted.

27 changes: 0 additions & 27 deletions packages/payments/payment-paytr/src/api/store/carts.ts

This file was deleted.

219 changes: 0 additions & 219 deletions packages/payments/payment-paytr/src/services/paytr-provider.ts

This file was deleted.

Loading

0 comments on commit 0eecc66

Please sign in to comment.