Skip to content

Commit 57a51b8

Browse files
committed
fix(mfa): npm config
1 parent a46c50f commit 57a51b8

File tree

2 files changed

+101
-98
lines changed

2 files changed

+101
-98
lines changed

packages/mfa/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.30.0-alpha.0",
44
"main": "lib/index.js",
55
"typings": "lib/index.d.ts",
6+
"publishConfig": {
7+
"access": "public"
8+
},
69
"scripts": {
710
"clean": "rimraf lib",
811
"start": "tsc --watch",

0 commit comments

Comments
 (0)