Skip to content

Commit

Permalink
Merge branch 'main' into trustedTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv authored Nov 10, 2023
2 parents a5b3056 + 99c0c61 commit e4b07ae
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion api/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/PlasmoHQ/plasmo.git"
"url": "https://github.com/PlasmoHQ/plasmo.git",
"directory": "api/messaging"
},
"license": "MIT",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion api/persistent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/PlasmoHQ/plasmo.git"
"url": "https://github.com/PlasmoHQ/plasmo.git",
"directory": "api/persistent"
},
"license": "MIT",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion api/selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/PlasmoHQ/plasmo.git"
"url": "https://github.com/PlasmoHQ/plasmo.git",
"directory": "api/selector"
},
"license": "MIT",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion cli/create-plasmo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"homepage": "https://docs.plasmo.com/",
"repository": {
"type": "git",
"url": "https://github.com/PlasmoHQ/plasmo.git"
"url": "https://github.com/PlasmoHQ/plasmo.git",
"directory": "cli/create-plasmo"
},
"license": "MIT",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion cli/plasmo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"homepage": "https://docs.plasmo.com/",
"repository": {
"type": "git",
"url": "https://github.com/PlasmoHQ/plasmo.git"
"url": "https://github.com/PlasmoHQ/plasmo.git",
"directory": "cli/plasmo"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit e4b07ae

Please sign in to comment.