Skip to content

Commit

Permalink
Publish abi for NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
channing-magiceden committed Mar 14, 2024
1 parent 1bc3ac3 commit 7d78971
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"description": "erc721m contract for Solidity",
"files": [
"/contracts/**/*.sol",
"/build/contracts/*.json",
"/artifacts/contracts/**/*.json",
"/dist/**/*",
"!/contracts/mocks/**/*",
"/dist/**/*"
"!/artifacts/contracts/mocks"
],
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 7d78971

Please sign in to comment.