Skip to content

Commit

Permalink
just change this one
Browse files Browse the repository at this point in the history
  • Loading branch information
georgexu99 committed Nov 28, 2023
1 parent e2c2fa5 commit a2a8dab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "27.0.0"
"version": "1.4.13"
}
2 changes: 1 addition & 1 deletion test/fixtures/asar-prebuilt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "A prebuilt asar app",
"main": "main.js",
"devDependencies": {
"electron": "27.0.0"
"electron": "1.4.13"
}
}
2 changes: 1 addition & 1 deletion test/fixtures/electron-in-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"productName": "MainJS",
"description": "Removing electron from dependencies",
"dependencies": {
"electron": "27.0.0"
"electron": "1.4.13"
}
}
2 changes: 1 addition & 1 deletion test/fixtures/infer-missing-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"electron": "6.0.0",
"run-series": "^1.1.1"
"run-series": "^1.4.13"
}
}
2 changes: 1 addition & 1 deletion test/fixtures/infer-missing-version-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"main": "main.js",
"productName": "MainJS",
"devDependencies": {
"electron": "27.0.0"
"electron": "1.4.13"
}
}

0 comments on commit a2a8dab

Please sign in to comment.