Skip to content

Commit

Permalink
Clean PR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwilarg committed Feb 7, 2025
1 parent 1482cf6 commit c62d852
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion assets/js/graphs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Chart, BarController, PieController, BarElement, ArcElement, CategorySc
import { ChoroplethController, ProjectionScale, ColorScale, GeoFeature, topojson } from 'chartjs-chart-geo';

// Bundle optimization

Chart.register(BarController, PieController, ChoroplethController, BarElement, ArcElement, CategoryScale, LinearScale, ProjectionScale, ColorScale, GeoFeature, Colors, Tooltip, Legend)

// Current charts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shika",
"scripts": {
"build": "vite build && npm run script",
"script": "esbuild scripts/src/shika.js --sourcemap --minify --format=iife --outfile=public/shika.js"
"script": "esbuild scripts/src/shika.js --minify --format=iife --outfile=public/shika.js"
},
"dependencies": {
"bootstrap": "^5.3.2",
Expand Down

0 comments on commit c62d852

Please sign in to comment.