Skip to content

Commit 0307356

Browse files
authored
Prevent dependabot from using yarn 4 (#22)
1 parent 49644b8 commit 0307356

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

js/_meta/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
"types": "lib/index.d.ts",
2525
"dependencies": {
2626
"jupyterlab-slideshow": "workspace:^"
27-
}
27+
},
28+
"packageManager": "[email protected]"
2829
}

js/jupyterlab-slideshow/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@
5656
"bundled": true
5757
}
5858
}
59-
}
59+
},
60+
"packageManager": "[email protected]"
6061
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,5 +198,6 @@
198198
"color-function-notation": null,
199199
"selector-class-pattern": null
200200
}
201-
}
201+
},
202+
"packageManager": "[email protected]"
202203
}

0 commit comments

Comments
 (0)