diff --git a/package.json b/package.json index f35e545..57dc403 100644 --- a/package.json +++ b/package.json @@ -39,20 +39,14 @@ "src/components/**.ts", "src/lib/**.ts" ], - "output": [ - "src/js/components/**.js", - "src/js/lib/**.js", - "src/js/widgets/**.js" - ] + "output": [] }, "build-ts-with-config": { "command": "yarn tsc --build tsconfig-all.json", "files": [ "src/**/*.ts" ], - "output": [ - "src/**/*.js" - ] + "output": [] }, "build-ts-widgets": { "command": "node ./tasks/build-widgets.js", @@ -60,9 +54,7 @@ "tasks/build-widgets.js", "src/widgets/**.ts" ], - "output": [ - "js/widgets/**.js" - ] + "output": [] } }, "lint-staged": { diff --git a/src/components/fonts/star-icons.ttf b/src/components/fonts/star-icons.ttf index 25265b5..dc4f39b 100644 Binary files a/src/components/fonts/star-icons.ttf and b/src/components/fonts/star-icons.ttf differ