Skip to content

Commit 4aa84d1

Browse files
Merge pull request #5295 from Shopify/specify-package-manager
Specify packageManager in all package.json files
2 parents 909eab4 + 6aec8f7 commit 4aa84d1

File tree

13 files changed

+13
-0
lines changed

13 files changed

+13
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"private": true,
33
"type": "module",
4+
"packageManager": "[email protected]",
45
"scripts": {
56
"build-api-docs": "nx run-many --target=build-api-docs --all --skip-nx-cache",
67
"build-dev-docs": "pnpm shopify docs generate && sh ./bin/docs/build-dev-docs.sh",

packages/app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@shopify/app",
33
"version": "3.74.0",
4+
"packageManager": "[email protected]",
45
"description": "Utilities for loading, building, and publishing apps.",
56
"homepage": "https://github.com/shopify/cli#readme",
67
"private": true,

packages/cli-kit/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@shopify/cli-kit",
33
"version": "3.74.0",
4+
"packageManager": "[email protected]",
45
"private": false,
56
"description": "A set of utilities, interfaces, and models that are common across all the platform features",
67
"keywords": [

packages/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@shopify/cli",
33
"version": "3.74.0",
4+
"packageManager": "[email protected]",
45
"private": false,
56
"description": "A CLI tool to build for the Shopify platform",
67
"keywords": [

packages/create-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@shopify/create-app",
33
"version": "3.74.0",
4+
"packageManager": "[email protected]",
45
"private": false,
56
"description": "A CLI tool to create a new Shopify app.",
67
"keywords": [

packages/eslint-plugin-cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@shopify/eslint-plugin-cli",
33
"version": "3.47.2",
4+
"packageManager": "[email protected]",
45
"description": "Shopify CLI's ESLint rules and configs.",
56
"keywords": [
67
"eslint",

packages/features/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@shopify/features",
33
"version": "0.12.0",
4+
"packageManager": "[email protected]",
45
"private": true,
56
"type": "module",
67
"scripts": {

packages/plugin-cloudflare/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@shopify/plugin-cloudflare",
33
"version": "3.74.0",
4+
"packageManager": "[email protected]",
45
"description": "Enables the creation of Cloudflare tunnels from `shopify app dev`, allowing previews from any device",
56
"keywords": [
67
"shopify",

packages/plugin-did-you-mean/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@shopify/plugin-did-you-mean",
33
"version": "3.74.0",
4+
"packageManager": "[email protected]",
45
"private": true,
56
"bugs": {
67
"url": "https://github.com/Shopify/cli/issues"

packages/theme/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@shopify/theme",
33
"version": "3.74.0",
4+
"packageManager": "[email protected]",
45
"private": true,
56
"description": "Utilities for building and publishing themes",
67
"homepage": "https://github.com/shopify/cli#readme",

0 commit comments

Comments
 (0)