Skip to content

Commit

Permalink
Set packageManager (#112)
Browse files Browse the repository at this point in the history
Prevent dependabot of using a wrong yarn version that may result in yarn.lock format changes
  • Loading branch information
fcollonval authored Jun 20, 2024
1 parent 2fe4a28 commit 0bdaeaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"watch:labextension": "jupyter labextension watch .",
"watch:src": "tsc -w --sourceMap"
},
"packageManager": "[email protected]",
"dependencies": {
"@codemirror/state": "^6.2.1",
"@jupyter-notebook/tree": "^7.0.4",
Expand Down

0 comments on commit 0bdaeaa

Please sign in to comment.