Skip to content

Commit

Permalink
fix(visualization): streamline browserslist configuration in package.…
Browse files Browse the repository at this point in the history
…json
  • Loading branch information
IhsenBouallegue committed Dec 4, 2024
1 parent 643d6e8 commit 2f90b6c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@
"apiVersion": "1.3"
},
"main": "main.js",
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version"
],
"browserslist": ["last 2 chrome version", "last 2 firefox version", "last 2 safari version"],
"scripts": {
"start": "electron dist/webpack",
"build": "ng build && cp electron/* package.json dist/webpack",
Expand Down

0 comments on commit 2f90b6c

Please sign in to comment.