Skip to content

Commit

Permalink
v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 10, 2024
1 parent 3f8e266 commit cc40cff
Show file tree
Hide file tree
Showing 16 changed files with 4,262 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.9
0.0.10
10 changes: 5 additions & 5 deletions bin/js/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/js/index.js.map

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions bin/ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ async function main() {
);



// PNG
// --------------------------------------------------------------------

Expand Down Expand Up @@ -277,11 +276,11 @@ async function main() {
{
fontTypes: ["ttf", "woff", "woff2", "eot", "svg",],
pathOptions: {
ttf: path.join(CONFIG.path.src, 'font', 'icon.ttf'),
woff: path.join(CONFIG.path.src, 'font', 'icon.woff'),
woff2: path.join(CONFIG.path.src, 'font', 'icon.woff2'),
eot: path.join(CONFIG.path.src, 'font', 'icon.eot'),
svg: path.join(CONFIG.path.src, 'font', 'icon.svg'),
ttf: path.join(CONFIG.path.src, 'font', 'icongl.ttf'),
woff: path.join(CONFIG.path.src, 'font', 'icongl.woff'),
woff2: path.join(CONFIG.path.src, 'font', 'icongl.woff2'),
eot: path.join(CONFIG.path.src, 'font', 'icongl.eot'),
svg: path.join(CONFIG.path.src, 'font', 'icongl.svg'),
},
}
);
Expand Down
Binary file added dist/font/icongl.eot
Binary file not shown.
2,124 changes: 2,124 additions & 0 deletions dist/font/icongl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/font/icongl.ttf
Binary file not shown.
Binary file added dist/font/icongl.woff
Binary file not shown.
Binary file added dist/font/icongl.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icon.gl",
"version": "0.0.9",
"version": "0.0.10",
"description": "icon.gl is a icon library and framework developed by Scape Agency.",
"keywords": [
"icon.gl",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "icon.gl",
"description": "icon.gl is a icon library and framework developed by Scape Agency.",
"version": "0.0.9",
"version": "0.0.10",
"config": {
"version_short": "0.0"
},
Expand Down
Binary file added src/font/icongl.eot
Binary file not shown.
2,124 changes: 2,124 additions & 0 deletions src/font/icongl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/font/icongl.ttf
Binary file not shown.
Binary file added src/font/icongl.woff
Binary file not shown.
Binary file added src/font/icongl.woff2
Binary file not shown.

0 comments on commit cc40cff

Please sign in to comment.