Skip to content

Commit

Permalink
Add missing packageManager specification. Fix order of 'open' depende…
Browse files Browse the repository at this point in the history
…ncy. (#4619)
  • Loading branch information
softwarenerd committed Sep 9, 2024
1 parent 1a392b3 commit f8baf36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
"native-keymap": "^3.3.5",
"native-watchdog": "^1.4.1",
"node-pty": "1.1.0-beta11",
"open": "^8.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-window": "^1.8.8",
"open": "^8.4.2",
"tas-client-umd": "0.2.0",
"v8-inspect-profiler": "^0.1.1",
"vscode-oniguruma": "1.7.0",
Expand Down Expand Up @@ -252,5 +252,6 @@
},
"optionalDependencies": {
"windows-foreground-love": "0.5.0"
}
},
"packageManager": "[email protected]"
}

0 comments on commit f8baf36

Please sign in to comment.