Skip to content

Commit

Permalink
fix: main entry points to a non-existing file
Browse files Browse the repository at this point in the history
  • Loading branch information
lscorcia committed Jan 12, 2023
1 parent 351f907 commit c2e68d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"description": "Bootstrap Italia è un tema Bootstrap 5 per la creazione di applicazioni web nel pieno rispetto delle linee guida di design per i siti internet e i servizi digitali della PA",
"homepage": "https://italia.github.io/bootstrap-italia/",
"style": "dist/css/bootstrap-italia.min.css",
"main": "dist/js/bootstrap-italia.min.js",
"main": "dist/js/bootstrap-italia.bundle.min.js",
"scripts": {
"start": "concurrently \"npm run dev-code\" \"npm run dev-docs\" \"npm run start-bs\"",
"build": "rollup -c",
Expand Down

0 comments on commit c2e68d5

Please sign in to comment.