Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

chore(coil-monrorepo-upkeep): use exports instead of folders #3503

Closed
wants to merge 10 commits into from
Closed
Prev Previous commit
Next Next commit
chore(coil-monrorepo-upkeep): run upkeep and sort package.json
  • Loading branch information
sublimator committed Dec 5, 2022
commit bca313d812da1582a2b9ad4fd38ff5d2e147db72
8 changes: 4 additions & 4 deletions packages/webmonetization-wext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"type": "git",
"url": "[email protected]:coilhq/web-monetization-projects.git"
},
"license": "Apache-2.0",
"author": "Coil Team <[email protected]>",
"exports": {
".": "./build",
"./undecorated": "./build/undecorated",
"./services": "./build/services",
"./content": "./build/content",
"./tokens": "./build/tokens"
"./content": "./build/content",
"./tokens": "./build/tokens"
},
"license": "Apache-2.0",
"author": "Coil Team <[email protected]>",
"main": "./build",
"types": "./build",
"scripts": {
Expand Down
12 changes: 0 additions & 12 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@
],
"@webmonetization/wext": [
"packages/webmonetization-wext/src"
],
"@webmonetization/wext/tokens": [
"packages/webmonetization-wext/src/tokens.ts"
],
"@webmonetization/wext/undecorated": [
"packages/webmonetization-wext/src/undecorated"
],
"@webmonetization/wext/services": [
"packages/webmonetization-wext/src/services"
],
"@webmonetization/wext/content": [
"packages/webmonetization-wext/src/content"
]
}
},
Expand Down