Skip to content

Commit aa9d28e

Browse files
authored
fix: trigger a new release (#403)
1 parent 4687574 commit aa9d28e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"lint": "eslint '**/*.{ts,js}'",
1919
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,json,md,html,yml}\""
2020
},
21+
"publishConfig": {
22+
"access": "public"
23+
},
2124
"dependencies": {
2225
"@babel/runtime": "^7.10.4",
2326
"@ledgerhq/hw-transport-u2f": "^5.9.0",

0 commit comments

Comments
 (0)