Skip to content

Commit e6fe9fc

Browse files
Publish abi for NPM package (#121)
* Publish abi for NPM package * bump version
1 parent 1bc3ac3 commit e6fe9fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@magiceden-oss/erc721m",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "erc721m contract for Solidity",
55
"files": [
66
"/contracts/**/*.sol",
7-
"/build/contracts/*.json",
7+
"/artifacts/contracts/**/*.json",
8+
"/dist/**/*",
89
"!/contracts/mocks/**/*",
9-
"/dist/**/*"
10+
"!/artifacts/contracts/mocks"
1011
],
1112
"main": "dist/index.cjs.js",
1213
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)