Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 13, 2024
1 parent 98758c8 commit a2dc152
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 41 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@
"access": "public"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=12.11.0"
},
"lint-staged": {
"**/*.{js,mjs,ts,mts,d.ts,html}": ["prettier --write"]
}
Expand Down
3 changes: 0 additions & 3 deletions packages/primeng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,5 @@
"dependencies": {
"@primeuix/styled": "catalog:",
"@primeuix/utils": "catalog:"
},
"engines": {
"node": ">=12.11.0"
}
}
30 changes: 0 additions & 30 deletions packages/primeng/src/icons/package.json

This file was deleted.

5 changes: 1 addition & 4 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,5 @@
},
"dependencies": {
"@primeuix/styled": "catalog:"
},
"engines": {
"node": ">=12.11.0"
}
}
}
2 changes: 1 addition & 1 deletion scripts/build-helper.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function updatePackageJson(localPackageJson, callback) {
pkg.license = packageJson.license;
pkg.repository = { ...pkg.repository, ...packageJson.repository };
pkg.bugs = { ...pkg.bugs, ...packageJson.bugs };
pkg.engines = { ...pkg.engines, ...packageJson.engines };
//pkg.engines = { ...pkg.engines, ...packageJson.engines };

callback?.(pkg);

Expand Down

0 comments on commit a2dc152

Please sign in to comment.