diff --git a/packages/commerce-sdk-react/package.json b/packages/commerce-sdk-react/package.json index 6d0f3f5823..50c925eeb7 100644 --- a/packages/commerce-sdk-react/package.json +++ b/packages/commerce-sdk-react/package.json @@ -2,7 +2,7 @@ "name": "commerce-sdk-react", "version": "2.3.0-dev", "description": "A library that provides react hooks for fetching data from Commerce Cloud", - "author": "dev@mobify.com", + "author": "cc-pwa-kit@salesforce.com", "license": "See license in LICENSE", "engines": { "node": "^14.0.0", diff --git a/packages/internal-lib-build/bin/prepare-dist.js b/packages/internal-lib-build/bin/prepare-dist.js index 8031581725..9b94db6c3f 100755 --- a/packages/internal-lib-build/bin/prepare-dist.js +++ b/packages/internal-lib-build/bin/prepare-dist.js @@ -59,8 +59,7 @@ const main = async () => { try { // Get a list of files from the `npm pack --dry-run` command. - const packageFiles = await packlist() - + const packageFiles = (await packlist()).filter((path) => !path.startsWith('dist/')) // Move the required files into the `dist` folder. await copyFiles(packageFiles, DEST_DIR) } catch (e) { diff --git a/packages/internal-lib-build/package.json b/packages/internal-lib-build/package.json index 2429d09a44..23e2856c9f 100644 --- a/packages/internal-lib-build/package.json +++ b/packages/internal-lib-build/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/SalesforceCommerceCloud/pwa-kit/issues" }, "license": "SEE LICENSE IN LICENSE", - "author": "dev@mobify.com", + "author": "cc-pwa-kit@salesforce.com", "bin": { "internal-lib-build": "./bin/internal-lib-build.js" }, diff --git a/packages/pwa-kit-create-app/package.json b/packages/pwa-kit-create-app/package.json index baa9c9dfa4..6ab73d9b2f 100644 --- a/packages/pwa-kit-create-app/package.json +++ b/packages/pwa-kit-create-app/package.json @@ -2,7 +2,7 @@ "name": "pwa-kit-create-app", "version": "2.3.0-dev", "description": "Salesforce's project generator tool", - "author": "dev@mobify.com", + "author": "cc-pwa-kit@salesforce.com", "license": "See license in LICENSE", "repository": { "type": "git", diff --git a/packages/pwa-kit-dev/package.json b/packages/pwa-kit-dev/package.json index 4d8d9ec9d3..d70846f55c 100644 --- a/packages/pwa-kit-dev/package.json +++ b/packages/pwa-kit-dev/package.json @@ -11,8 +11,7 @@ "url": "https://github.com/SalesforceCommerceCloud/pwa-kit/issues" }, "license": "SEE LICENSE IN LICENSE", - "author": "dev@mobify.com", - "main": "dist/index.js", + "author": "cc-pwa-kit@salesforce.com", "bin": { "pwa-kit-dev": "bin/pwa-kit-dev.js" }, @@ -21,7 +20,6 @@ "LICENSE", "scripts", "ssr", - "TERMS_OF_USE.md", "utils", "configs" ], diff --git a/packages/pwa-kit-react-sdk/package.json b/packages/pwa-kit-react-sdk/package.json index 26ae96439c..e5090c96ae 100644 --- a/packages/pwa-kit-react-sdk/package.json +++ b/packages/pwa-kit-react-sdk/package.json @@ -2,20 +2,16 @@ "name": "pwa-kit-react-sdk", "version": "2.3.0-dev", "description": "A library that supports the isomorphic React rendering pipeline for Commerce Cloud Managed Runtime apps", - "main": "dist/index.js", "engines": { "node": "^14.0.0", "npm": "^6.14.4 || ^7.0.0 || ^8.0.0" }, "files": [ - "bin", "CHANGELOG.md", "LICENSE", "scripts", "ssr", - "TERMS_OF_USE.md", - "utils", - "webpack" + "utils" ], "publishConfig": { "directory": "dist" @@ -41,7 +37,7 @@ "bugs": { "url": "https://github.com/SalesforceCommerceCloud/pwa-kit/issues" }, - "author": "dev@mobify.com", + "author": "cc-pwa-kit@salesforce.com", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@loadable/babel-plugin": "^5.13.2", diff --git a/packages/pwa-kit-runtime/package.json b/packages/pwa-kit-runtime/package.json index 8dc85e4ac4..680d2968cf 100644 --- a/packages/pwa-kit-runtime/package.json +++ b/packages/pwa-kit-runtime/package.json @@ -11,16 +11,12 @@ "url": "https://github.com/SalesforceCommerceCloud/pwa-kit/issues" }, "license": "SEE LICENSE IN LICENSE", - "author": "dev@mobify.com", - "main": "dist/index.js", + "author": "cc-pwa-kit@salesforce.comm", "files": [ - "bin", "LICENSE", "scripts", "ssr", - "TERMS_OF_USE.md", - "utils", - "webpack" + "utils" ], "scripts": { "format": "internal-lib-build format \"**/*.{js,jsx}\"",