chore: fix bots after adjusting package descriptions (#9454)
follow-up for: bcfd47343c
This commit is contained in:
parent
c0945d9d00
commit
617380ffee
|
|
@ -100,7 +100,6 @@ async function lintPackage(packageName) {
|
|||
const pwInternalJSON = require(path.join(ROOT_PATH, 'package.json'));
|
||||
const currentPackageJSON = require(path.join(packagePath, 'package.json'));
|
||||
currentPackageJSON.version = pwInternalJSON.version;
|
||||
currentPackageJSON.description = pwInternalJSON.description;
|
||||
currentPackageJSON.repository = pwInternalJSON.repository;
|
||||
currentPackageJSON.engines = pwInternalJSON.engines;
|
||||
currentPackageJSON.homepage = pwInternalJSON.homepage;
|
||||
|
|
|
|||
Loading…
Reference in a new issue