Skip to content

Commit

Permalink
fix: roll-back
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Aug 14, 2024
1 parent 3baed01 commit 8cae795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron-app/ecoindex-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "EcoindexApp",
"productName": "EcoindexApp",
"private": true,
"version": "1.3.6",
"version": "1.3.5",
"description": "An application to measures the ecological impact of a website with LightHouse and Ecoindex.",
"homepage": "https://github.com/cnumr/lighthouse-plugin-ecoindex#readme",
"bugs": "https://github.com/cnumr/lighthouse-plugin-ecoindex/issues",
Expand Down Expand Up @@ -38,7 +38,7 @@
"clean:out": "rm -rf ./out/* --y",
"make": "NODE_ENV=production && env-cmd electron-forge make",
"make:ci": "electron-forge make",
"make:ci:mac": "electron-forge make --arch=universal",
"make:ci:mac": "electron-forge make",
"make:darwin:arm64": "env-cmd electron-forge make --platform=darwin --arch=arm64",
"make:darwin:x64": "env-cmd electron-forge make --platform=darwin --arch=x64",
"make:win32:x64": "PATH=$(pwd)/wine_proxy:$PATH env-cmd electron-forge make --platform=win32 --arch=x64",
Expand Down

0 comments on commit 8cae795

Please sign in to comment.