Skip to content

Commit 66128bb

Browse files
committed
fix main js and type files
1 parent bf943f8 commit 66128bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@safe-global/safe-contracts",
3-
"version": "1.4.1",
3+
"version": "1.4.1-build.0",
44
"description": "Ethereum multisig contract",
55
"homepage": "https://github.com/safe-global/safe-contracts/",
66
"license": "LGPL-3.0",
7-
"main": "dist/index.js",
8-
"typings": "dist/index.d.ts",
7+
"main": "dist/src/index.js",
8+
"typings": "dist/src/index.d.ts",
99
"files": [
1010
"contracts",
1111
"dist",

0 commit comments

Comments
 (0)