Skip to content

Commit

Permalink
bug: fix mgt-spfx-utils packing (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron committed Apr 18, 2023
1 parent 2970a44 commit ae05e3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/mgt-spfx-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"main": "./dist/es6/index.js",
"types": "./dist/es6/index.d.ts",
"module": "./dist/es6/index.js",
"files": [
"dist",
"src"
],
"keywords": [
"microsoft graph",
"microsoft graph toolkit",
Expand Down Expand Up @@ -39,5 +43,8 @@
"devDependencies": {},
"resolutions": {
"react": "16.13.1"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit ae05e3f

Please sign in to comment.