Skip to content

Commit

Permalink
Set packageManager (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Jun 18, 2024
1 parent 0714c85 commit c68f45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/package.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"watch:src": "tsc -w --sourceMap",
"watch:labextension": "jupyter labextension watch ."
},
"packageManager": "yarn@3.5.0",
"dependencies": {
{% if kind.lower() != 'mimerenderer' %}"@jupyterlab/application": "^4.0.0"{% if kind.lower() == 'theme' %},
"@jupyterlab/apputils": "^4.0.0"{% endif %}{% if kind.lower() == 'server' %},
Expand Down

0 comments on commit c68f45a

Please sign in to comment.