From 0ab7f8bedc5f66648c672c936c590c17324bce99 Mon Sep 17 00:00:00 2001 From: sfxcode Date: Sun, 30 Jun 2024 12:40:03 +0200 Subject: [PATCH] chore(build): add pnpm as default package manager --- README.md | 8 ++++---- package.json | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0a9c40c0..caa619a9 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Formkit - Primevue -Helper classes for using [Formkit](https://formkit.com/) with the [PrimeVue UI Framework](https://www.primefaces.org/primevue/#/) +Helper classes for using [FormKit](https://formkit.com/) with the [PrimeVue UI Framework](https://www.primefaces.org/primevue/#/) ## PrimeVue Versions -Actual PrimeVue Version in main branch is 3.x. PrimeVue 4 RC2 is prepared in the prime4 branch. -First published release for PrimeVue 4 is 2.0.0 (actually built with primevue 4.0.0-rc.2). +Actual PrimeVue Version in main branch is 3.x. PrimeVue 4 RC23is prepared in the prime4 branch. +Last published release for PrimeVue 4 is 2.0.2 (actually built with primevue 4.0.0-rc.3). After Release of PrimeVue 4 Final prime4 will be merged in the main branch. -Feel free to test it ot ... +Feel free to test it out ... ## Docs diff --git a/package.json b/package.json index efa7fbcb..86c85e55 100644 --- a/package.json +++ b/package.json @@ -131,5 +131,6 @@ "vue-demi": "^0.14.8", "vue-router": "^4.4.0", "vue-tsc": "^2.0.21" - } + }, + "packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74" }