Skip to content

Commit

Permalink
fix(misc): adjust npm keywords (#24743)
Browse files Browse the repository at this point in the history
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->

NPM Keywords do not include those which are shown under the categories
under the `Discover packages` section. https://www.npmjs.com/

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

NPM Keywords include those which are shown under the categories under
the `Discover packages` section when applicable. https://www.npmjs.com/


![image](https://github.com/nrwl/nx/assets/8104246/ebbd4317-0336-4834-b4eb-0c673a358601)


## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
  • Loading branch information
FrozenPandaz authored May 23, 2024
1 parent ebb9233 commit 7705757
Show file tree
Hide file tree
Showing 25 changed files with 61 additions and 25 deletions.
3 changes: 2 additions & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"Angular",
"Jest",
"Cypress",
"CLI"
"CLI",
"Front-end"
],
"exports": {
"./migrations.json": "./migrations.json",
Expand Down
4 changes: 3 additions & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"Nest",
"Jest",
"Cypress",
"CLI"
"CLI",
"Front-end",
"Testing"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
4 changes: 3 additions & 1 deletion packages/detox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"Web",
"Native",
"CLI",
"Detox"
"Detox",
"Testing",
"Mobile"
],
"homepage": "https://nx.dev",
"bugs": {
Expand Down
4 changes: 3 additions & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"Monorepo",
"EsBuild",
"Web",
"CLI"
"CLI",
"Front-end",
"Backend"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"Web",
"Lint",
"ESLint",
"CLI"
"CLI",
"Testing"
],
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"Web",
"Lint",
"ESLint",
"CLI"
"CLI",
"Testing"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
4 changes: 3 additions & 1 deletion packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"Web",
"Jest",
"Native",
"CLI"
"CLI",
"Mobile",
"Testing"
],
"homepage": "https://nx.dev",
"bugs": {
Expand Down
3 changes: 2 additions & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"Express",
"Jest",
"Cypress",
"CLI"
"CLI",
"Backend"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/gradle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"Monorepo",
"Java",
"Gradle",
"CLI"
"CLI",
"Backend"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"Nest",
"Jest",
"Unit Testing",
"CLI"
"CLI",
"Testing"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
4 changes: 3 additions & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"Node",
"Swc",
"Tsc",
"CLI"
"CLI",
"Front-end",
"Backend"
],
"main": "src/index.js",
"typings": "src/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"Nest",
"Jest",
"Cypress",
"CLI"
"CLI",
"Backend"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"Next",
"Jest",
"Cypress",
"CLI"
"CLI",
"Front-end"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"Nest",
"Jest",
"Cypress",
"CLI"
"CLI",
"Backend"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"Monorepo",
"Nuxt",
"Web",
"CLI"
"CLI",
"Front-end"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
6 changes: 5 additions & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"Nest",
"Jest",
"Cypress",
"CLI"
"CLI",
"Testing",
"Front-end",
"Backend",
"Mobile"
],
"bin": {
"nx": "./bin/nx.js",
Expand Down
4 changes: 3 additions & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"Nest",
"Jest",
"Playwright",
"CLI"
"CLI",
"Testing",
"Front-end"
],
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"Web",
"Jest",
"Native",
"CLI"
"CLI",
"Mobile"
],
"homepage": "https://nx.dev",
"bugs": {
Expand Down
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"Web",
"Jest",
"Cypress",
"CLI"
"CLI",
"Front-end"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"Remix",
"React",
"Web",
"CLI"
"CLI",
"Front-end"
],
"author": "Victor Savkin",
"license": "MIT",
Expand Down
5 changes: 4 additions & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"React",
"Web",
"Storybook",
"Cypress"
"Cypress",
"CLI",
"Front-end",
"Testing"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"Monorepo",
"Vite",
"Web",
"CLI"
"CLI",
"Front-end"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"Monorepo",
"Vue",
"Web",
"CLI"
"CLI",
"Front-end"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"Web",
"Jest",
"Cypress",
"CLI"
"CLI",
"Front-end"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"Monorepo",
"Webpack",
"Web",
"CLI"
"CLI",
"Front-end"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 7705757

Please sign in to comment.