Skip to content

Commit

Permalink
fixing config
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaaash committed Jun 23, 2021
1 parent f39b03e commit 4580be5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/lending/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@ant-design/pro-layout": "^6.7.0",
"@babel/preset-typescript": "^7.12.13",
"@craco/craco": "^5.7.0",
"@oyster/common": "file:../common/src",
"@oyster/common": "0.0.1",
"@project-serum/serum": "^0.13.38",
"@project-serum/sol-wallet-adapter": "^0.1.4",
"@pythnetwork/client": "^2.0.0",
Expand Down Expand Up @@ -47,7 +47,6 @@
"scripts": {
"prestart": "npm-link-shared ../common/node_modules/ . react",
"start": "craco start --verbose",
"start:lending": "craco start --verbose",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
Expand Down Expand Up @@ -97,6 +96,7 @@
},
"resolutions": {
"react": "16.13.1",
"react-dom": "16.13.1"
"react-dom": "16.13.1",
"@oyster/common": "file:../common/dist/lib"
}
}
2 changes: 1 addition & 1 deletion packages/lending/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"jsx": "react",
"typeRoots": ["types", "../../types", "../../node_modules/@types"]
},
"include": ["src"]
"include": ["src", "../../node_modules/@oyster/dist/lib"]
}
3 changes: 0 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2885,9 +2885,6 @@
dependencies:
"@octokit/openapi-types" "^6.0.0"

"@oyster/common@file:packages/common/src":
version "0.0.0"

"@pedrouid/iso-crypto@^1.0.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@pedrouid/iso-crypto/-/iso-crypto-1.1.0.tgz#3fb4050ea99f2f8ee41ba8661193c0989c815c95"
Expand Down

0 comments on commit 4580be5

Please sign in to comment.