Skip to content

Commit

Permalink
add facility package.json, nohoist date-fns to kds v4's pinned versio…
Browse files Browse the repository at this point in the history
…n of lib
  • Loading branch information
nucleogenesis committed Jun 27, 2024
1 parent 704bf36 commit 1dca87d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions kolibri/plugins/facility/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "kolibri-facility-plugin",
"description": "Facility",
"private": true,
"version": "0.0.1",
"workspaces": {
"nohoist": ["date-fns", "date-fns/*"]
},
"dependencies": {
"date-fns": "1.30.1"
}
}

0 comments on commit 1dca87d

Please sign in to comment.