Skip to content

Commit

Permalink
fix(shared): Add apiUrlFromPublishableKey,constants to package.json a…
Browse files Browse the repository at this point in the history
…nd subpaths
  • Loading branch information
desiprisg committed Nov 2, 2023
1 parent a0e4b24 commit 0de2540
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/shared/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ poller
proxy
underscore
url
react
react
constants
apiUrlFromPublishableKey
4 changes: 3 additions & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
"proxy",
"underscore",
"url",
"react"
"react",
"constants",
"apiUrlFromPublishableKey"
],
"scripts": {
"build": "tsup",
Expand Down
2 changes: 2 additions & 0 deletions packages/shared/subpaths.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export const subpathNames = [
'proxy',
'underscore',
'url',
'constants',
'apiUrlFromPublishableKey',
];

export const subpathFoldersBarrel = ['react'];

0 comments on commit 0de2540

Please sign in to comment.