Rename @primevue/form with @primevue/forms

This commit is contained in:
Mert Sincan 2024-10-31 13:43:37 +00:00
parent 4949d22eb9
commit a30fa5508a
63 changed files with 127 additions and 125 deletions

View file

@ -0,0 +1,5 @@
import path from 'path';
import { removeBuild, resolvePath, updatePackageJson } from '../../../scripts/build-helper.mjs';
removeBuild(import.meta.url);
updatePackageJson(path.resolve(resolvePath(import.meta.url).__dirname, '../package.json'));