Skip to content

Commit

Permalink
chore: add networkAcces github domain
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Oct 27, 2023
1 parent 1a4b59d commit 2a9f424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion figma-plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
"ui": "dist/index.html",
"editorType": ["figma", "dev"],
"capabilities": ["inspect"],
"networkAccess": { "allowedDomains": ["https://www.figma.com"] }
"networkAccess": {
"allowedDomains": ["https://www.figma.com", "https://api.github.com"]
}
}
1 change: 0 additions & 1 deletion packages/icona-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ yarn add -D @icona/generator

```js
import { generate } from "@icona/generator";
import seedIconsPkg from "./package.json" assert { type: "json" };

generate({
config: {
Expand Down

0 comments on commit 2a9f424

Please sign in to comment.