Skip to content

Commit

Permalink
Merge branch 'main' into channing/variablewalletlimit
Browse files Browse the repository at this point in the history
  • Loading branch information
channing-magiceden committed Mar 14, 2024
2 parents 3d143c5 + e6fe9fc commit 1871bdc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@magiceden-oss/erc721m",
"version": "0.1.0",
"version": "0.1.1",
"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 1871bdc

Please sign in to comment.