Skip to content

Commit cd07d58

Browse files
authored
Merge pull request #20229 from mozilla/worktree-fix-nx-warning-about-generatePackageJson
chore(libs): remove deprecated generatePackageJson from library projects
2 parents 873df01 + 43fb914 commit cd07d58

20 files changed

Lines changed: 9 additions & 29 deletions

File tree

libs/accounts/email-renderer/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"libs/accounts/email-renderer/src/**/*.txt",
3232
"libs/accounts/email-renderer/src/**/*.mjml"
3333
],
34-
"format": ["cjs"],
35-
"generatePackageJson": true
34+
"format": ["cjs"]
3635
}
3736
},
3837
"build-css": {

libs/accounts/email-sender/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"main": "libs/accounts/email-sender/src/index.ts",
1414
"tsConfig": "libs/accounts/email-sender/tsconfig.lib.json",
1515
"assets": ["libs/accounts/email-sender/*.md"],
16-
"format": ["cjs"],
17-
"generatePackageJson": true
16+
"format": ["cjs"]
1817
}
1918
},
2019
"test-unit": {

libs/accounts/errors/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"main": "libs/accounts/errors/src/index.ts",
1414
"tsConfig": "libs/accounts/errors/tsconfig.lib.json",
1515
"assets": ["libs/accounts/errors/*.md"],
16-
"format": ["cjs"],
17-
"generatePackageJson": true
16+
"format": ["cjs"]
1817
}
1918
},
2019
"test-unit": {

libs/accounts/oauth/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"main": "libs/accounts/oauth/src/index.ts",
1414
"tsConfig": "libs/accounts/oauth/tsconfig.lib.json",
1515
"assets": ["libs/accounts/oauth/*.md"],
16-
"format": ["cjs"],
17-
"generatePackageJson": true
16+
"format": ["cjs"]
1817
}
1918
},
2019
"test": {

libs/accounts/passkey/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"tsConfig": "libs/accounts/passkey/tsconfig.lib.json",
1515
"assets": ["libs/accounts/passkey/*.md"],
1616
"format": ["cjs"],
17-
"generatePackageJson": true,
1817
"declaration": true
1918
}
2019
},

libs/accounts/rate-limit/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"main": "libs/accounts/rate-limit/src/index.ts",
1414
"tsConfig": "libs/accounts/rate-limit/tsconfig.lib.json",
1515
"assets": ["libs/accounts/rate-limit/*.md"],
16-
"format": ["cjs"],
17-
"generatePackageJson": true
16+
"format": ["cjs"]
1817
}
1918
},
2019
"test-unit": {

libs/accounts/recovery-phone/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"main": "libs/accounts/recovery-phone/src/index.ts",
1414
"tsConfig": "libs/accounts/recovery-phone/tsconfig.lib.json",
1515
"assets": ["libs/accounts/recovery-phone/*.md"],
16-
"generatePackageJson": true,
1716
"format": ["cjs"]
1817
}
1918
},

libs/payments/events/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"main": "libs/payments/events/src/index.ts",
1414
"tsConfig": "libs/payments/events/tsconfig.lib.json",
1515
"assets": ["libs/payments/events/*.md"],
16-
"generatePackageJson": true,
1716
"declaration": true
1817
}
1918
},

libs/payments/experiments/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"main": "libs/payments/experiments/src/index.ts",
1414
"tsConfig": "libs/payments/experiments/tsconfig.lib.json",
1515
"assets": ["libs/payments/experiments/*.md"],
16-
"declaration": true,
17-
"generatePackageJson": true
16+
"declaration": true
1817
}
1918
},
2019
"test-unit": {

libs/payments/webhooks/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"main": "libs/payments/webhooks/src/index.ts",
1414
"tsConfig": "libs/payments/webhooks/tsconfig.lib.json",
1515
"assets": ["libs/payments/webhooks/*.md"],
16-
"generatePackageJson": true,
1716
"declaration": true
1817
}
1918
},

0 commit comments

Comments
 (0)