Skip to content

Commit 192c7dc

Browse files
authored
Merge pull request #613 from safe-global/v1.4.1/js-bundle-fix
1.4.1: Fix main js and type files
2 parents bf943f8 + 66128bb commit 192c7dc

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)