Skip to content

Commit 0283b59

Browse files
committed
Add Samples into package.json
1 parent b4f38df commit 0283b59

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

package.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,23 @@
44
"version": "2.4.0",
55
"unity": "2018.2",
66
"description": "Bitmap Font Importer is just perfect Unity asset plugin to import any custom bitmap font to your project. \nIt easy imports any bitmap font generated by third party tools like:littera, bmGlyph, Glyph Designer 2, ShoeBox and Bitmap Font Generator",
7-
"keywords": ["Font", "Importer", "Bitmap"],
7+
"keywords": [
8+
"Font",
9+
"Importer",
10+
"Bitmap"
11+
],
12+
"author": {
13+
"name": "litefeel",
14+
"email": "litefeel@gmial.com",
15+
"url": "https://www.litefeel.com"
16+
},
817
"category": "Tools",
9-
"dependencies": {
10-
}
18+
"dependencies": {},
19+
"samples": [
20+
{
21+
"displayName": "Sample",
22+
"description": "Sample",
23+
"path": "Samples~/Sample"
24+
}
25+
]
1126
}

0 commit comments

Comments
 (0)