We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf943f8 + 66128bb commit 192c7dcCopy full SHA for 192c7dc
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "@safe-global/safe-contracts",
3
- "version": "1.4.1",
+ "version": "1.4.1-build.0",
4
"description": "Ethereum multisig contract",
5
"homepage": "https://github.com/safe-global/safe-contracts/",
6
"license": "LGPL-3.0",
7
- "main": "dist/index.js",
8
- "typings": "dist/index.d.ts",
+ "main": "dist/src/index.js",
+ "typings": "dist/src/index.d.ts",
9
"files": [
10
"contracts",
11
"dist",
0 commit comments