Skip to content

Commit 74689c2

Browse files
💥 chore: v1.0.2 [skip ci]
1 parent 2adc45e commit 74689c2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-sprite-generator",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"dependencies": {
55
"@create-figma-plugin/ui": "^3.2.0",
66
"@create-figma-plugin/utilities": "^3.2.0",
@@ -58,7 +58,11 @@
5858
"name": "GoodWay Sprite",
5959
"main": "src/plugin-core.ts",
6060
"ui": "src/plugin-ui.tsx",
61-
"networkAccess": { "allowedDomains": ["https://fonts.googleapis.com"] },
61+
"networkAccess": {
62+
"allowedDomains": [
63+
"https://fonts.googleapis.com"
64+
]
65+
},
6266
"documentAccess": "dynamic-page"
6367
}
6468
}

0 commit comments

Comments
 (0)