Skip to content

Commit 0eeb542

Browse files
Merge pull request #5 from BitGo/publish
fix: add publishConfig to package.json
2 parents 2580d9d + f7a188e commit 0eeb542

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,8 @@
108108
"lint-staged": {
109109
"**/*": "prettier --write --ignore-unknown",
110110
"*.{ts,tsx}": "eslint --fix --max-warnings 0"
111+
},
112+
"publishConfig": {
113+
"access": "public"
111114
}
112115
}

0 commit comments

Comments
 (0)