Skip to content

Commit 2265de1

Browse files
committed
fix: use utf-8 in package.json
1 parent 3328ae6 commit 2265de1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Assets/Package/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"name": "com.notask.custom-button",
33
"displayName": "Custom Button",
44
"version": "1.2.1-preview",
@@ -12,8 +12,8 @@
1212
"keywords": [
1313
"custom",
1414
"button",
15-
"unity",
16-
"preview"
15+
"preview",
16+
"unity"
1717
],
1818
"samples": [
1919
{
@@ -23,4 +23,4 @@
2323
}
2424
],
2525
"preview": true
26-
}
26+
}

0 commit comments

Comments
 (0)