chore: fix bots after adjusting package descriptions (#9454)

follow-up for: bcfd47343c
This commit is contained in:
Max Schmitt 2021-10-13 00:07:21 +02:00 committed by GitHub
parent c0945d9d00
commit 617380ffee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;