Skip to content

Commit ae05e3f

Browse files
authored
bug: fix mgt-spfx-utils packing (#2195)
1 parent 2970a44 commit ae05e3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/mgt-spfx-utils/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"main": "./dist/es6/index.js",
66
"types": "./dist/es6/index.d.ts",
77
"module": "./dist/es6/index.js",
8+
"files": [
9+
"dist",
10+
"src"
11+
],
812
"keywords": [
913
"microsoft graph",
1014
"microsoft graph toolkit",
@@ -39,5 +43,8 @@
3943
"devDependencies": {},
4044
"resolutions": {
4145
"react": "16.13.1"
46+
},
47+
"publishConfig": {
48+
"access": "public"
4249
}
4350
}

0 commit comments

Comments
 (0)