diff --git a/utils/prepare_packages.js b/utils/prepare_packages.js index f32fb3fcf3..7d90ad0f26 100644 --- a/utils/prepare_packages.js +++ b/utils/prepare_packages.js @@ -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;