Skip to content

Commit

Permalink
💥 chore: v1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 9, 2024
1 parent 2adc45e commit 74689c2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figma-sprite-generator",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {
"@create-figma-plugin/ui": "^3.2.0",
"@create-figma-plugin/utilities": "^3.2.0",
Expand Down Expand Up @@ -58,7 +58,11 @@
"name": "GoodWay Sprite",
"main": "src/plugin-core.ts",
"ui": "src/plugin-ui.tsx",
"networkAccess": { "allowedDomains": ["https://fonts.googleapis.com"] },
"networkAccess": {
"allowedDomains": [
"https://fonts.googleapis.com"
]
},
"documentAccess": "dynamic-page"
}
}

0 comments on commit 74689c2

Please sign in to comment.