Skip to content

Commit

Permalink
publishing version 0.0.5, fixing declaration file
Browse files Browse the repository at this point in the history
  • Loading branch information
cadgerfeast committed Oct 9, 2019
1 parent 469dc9a commit 61a63de
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ declare interface PixelIcon {
data: PixelSvgData
}
declare module 'icons.json' {
declare module '@pixel/icons' {
const value: { [icon in PixelIconList]: PixelIcon; };
export default value;
}`;
Expand Down
Binary file modified fonts/PixelIcons.eot
Binary file not shown.
Binary file modified fonts/PixelIcons.ttf
Binary file not shown.
Binary file modified fonts/PixelIcons.woff
Binary file not shown.
Binary file modified fonts/PixelIcons.woff2
Binary file not shown.
16 changes: 8 additions & 8 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixel/icons",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/icons.json",
"types": "dist/icons.d.ts",
"scripts": {
Expand Down Expand Up @@ -29,10 +29,10 @@
"svg"
],
"devDependencies": {
"coveralls": "^3.0.6",
"eslint": "^6.2.2",
"jest": "^24.9.0",
"sharp": "^0.23.0",
"webfonts-generator": "^0.4.0"
"coveralls": "3.0.6",
"eslint": "6.2.2",
"jest": "24.9.0",
"sharp": "0.23.0",
"webfonts-generator": "0.4.0"
}
}

0 comments on commit 61a63de

Please sign in to comment.