Skip to content

Commit 0ab7f8b

Browse files
committed
chore(build): add pnpm as default package manager
1 parent 78bd380 commit 0ab7f8b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Formkit - Primevue
22

3-
Helper classes for using [Formkit](https://formkit.com/) with the [PrimeVue UI Framework](https://www.primefaces.org/primevue/#/)
3+
Helper classes for using [FormKit](https://formkit.com/) with the [PrimeVue UI Framework](https://www.primefaces.org/primevue/#/)
44

55
## PrimeVue Versions
66

7-
Actual PrimeVue Version in main branch is 3.x. PrimeVue 4 RC2 is prepared in the prime4 branch.
8-
First published release for PrimeVue 4 is 2.0.0 (actually built with primevue 4.0.0-rc.2).
7+
Actual PrimeVue Version in main branch is 3.x. PrimeVue 4 RC23is prepared in the prime4 branch.
8+
Last published release for PrimeVue 4 is 2.0.2 (actually built with primevue 4.0.0-rc.3).
99
After Release of PrimeVue 4 Final prime4 will be merged in the main branch.
10-
Feel free to test it ot ...
10+
Feel free to test it out ...
1111

1212
## Docs
1313

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,6 @@
131131
"vue-demi": "^0.14.8",
132132
"vue-router": "^4.4.0",
133133
"vue-tsc": "^2.0.21"
134-
}
134+
},
135+
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74"
135136
}

0 commit comments

Comments
 (0)