Skip to content

Commit

Permalink
Merge pull request #326 from VenusProtocol/remove-exports
Browse files Browse the repository at this point in the history
fix: remove exports from package.json
  • Loading branch information
coreyar authored Aug 28, 2023
2 parents b6be065 + 6c77c65 commit f3fd069
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ coverage.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
CHANGELOG.md
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
"contracts",
"deployments"
],
"exports": {
"deploy": "./dist/deploy",
"artifacts": "./artifacts",
"networks": "./dist/networks",
"contracts": "./contracts",
"deployments": "./deployments"
},
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
Expand Down

0 comments on commit f3fd069

Please sign in to comment.