mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor
This commit is contained in:
parent
2af5080cd7
commit
361abb9fa7
13 changed files with 102 additions and 122 deletions
|
@ -31,7 +31,6 @@ export function updatePackageJson(localPackageJson) {
|
|||
const pkg = JSON.parse(fs.readFileSync(localPackageJson, { encoding: 'utf8', flag: 'r' }));
|
||||
|
||||
pkg.version = packageJson.version;
|
||||
pkg.private = false;
|
||||
pkg.author = packageJson.author;
|
||||
pkg.homepage = packageJson.homepage;
|
||||
pkg.license = packageJson.license;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue