fix(misc): adjust npm keywords (#24743)
<!-- 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/  ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
ebb9233bce
commit
7705757c62
@ -13,7 +13,8 @@
|
||||
"Angular",
|
||||
"Jest",
|
||||
"Cypress",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Front-end"
|
||||
],
|
||||
"exports": {
|
||||
"./migrations.json": "./migrations.json",
|
||||
|
||||
@ -17,7 +17,9 @@
|
||||
"Nest",
|
||||
"Jest",
|
||||
"Cypress",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Front-end",
|
||||
"Testing"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -9,7 +9,9 @@
|
||||
"Web",
|
||||
"Native",
|
||||
"CLI",
|
||||
"Detox"
|
||||
"Detox",
|
||||
"Testing",
|
||||
"Mobile"
|
||||
],
|
||||
"homepage": "https://nx.dev",
|
||||
"bugs": {
|
||||
|
||||
@ -12,7 +12,9 @@
|
||||
"Monorepo",
|
||||
"EsBuild",
|
||||
"Web",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Front-end",
|
||||
"Backend"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -13,7 +13,8 @@
|
||||
"Web",
|
||||
"Lint",
|
||||
"ESLint",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Testing"
|
||||
],
|
||||
"main": "./src/index.js",
|
||||
"typings": "./src/index.d.ts",
|
||||
|
||||
@ -13,7 +13,8 @@
|
||||
"Web",
|
||||
"Lint",
|
||||
"ESLint",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Testing"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -10,7 +10,9 @@
|
||||
"Web",
|
||||
"Jest",
|
||||
"Native",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Mobile",
|
||||
"Testing"
|
||||
],
|
||||
"homepage": "https://nx.dev",
|
||||
"bugs": {
|
||||
|
||||
@ -14,7 +14,8 @@
|
||||
"Express",
|
||||
"Jest",
|
||||
"Cypress",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Backend"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -12,7 +12,8 @@
|
||||
"Monorepo",
|
||||
"Java",
|
||||
"Gradle",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Backend"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -17,7 +17,8 @@
|
||||
"Nest",
|
||||
"Jest",
|
||||
"Unit Testing",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Testing"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -14,7 +14,9 @@
|
||||
"Node",
|
||||
"Swc",
|
||||
"Tsc",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Front-end",
|
||||
"Backend"
|
||||
],
|
||||
"main": "src/index.js",
|
||||
"typings": "src/index.d.ts",
|
||||
|
||||
@ -14,7 +14,8 @@
|
||||
"Nest",
|
||||
"Jest",
|
||||
"Cypress",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Backend"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -14,7 +14,8 @@
|
||||
"Next",
|
||||
"Jest",
|
||||
"Cypress",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Front-end"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -14,7 +14,8 @@
|
||||
"Nest",
|
||||
"Jest",
|
||||
"Cypress",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Backend"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -12,7 +12,8 @@
|
||||
"Monorepo",
|
||||
"Nuxt",
|
||||
"Web",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Front-end"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -20,7 +20,11 @@
|
||||
"Nest",
|
||||
"Jest",
|
||||
"Cypress",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Testing",
|
||||
"Front-end",
|
||||
"Backend",
|
||||
"Mobile"
|
||||
],
|
||||
"bin": {
|
||||
"nx": "./bin/nx.js",
|
||||
|
||||
@ -17,7 +17,9 @@
|
||||
"Nest",
|
||||
"Jest",
|
||||
"Playwright",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Testing",
|
||||
"Front-end"
|
||||
],
|
||||
"main": "./index.js",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -9,7 +9,8 @@
|
||||
"Web",
|
||||
"Jest",
|
||||
"Native",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Mobile"
|
||||
],
|
||||
"homepage": "https://nx.dev",
|
||||
"bugs": {
|
||||
|
||||
@ -14,7 +14,8 @@
|
||||
"Web",
|
||||
"Jest",
|
||||
"Cypress",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Front-end"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -12,7 +12,8 @@
|
||||
"Remix",
|
||||
"React",
|
||||
"Web",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Front-end"
|
||||
],
|
||||
"author": "Victor Savkin",
|
||||
"license": "MIT",
|
||||
|
||||
@ -13,7 +13,10 @@
|
||||
"React",
|
||||
"Web",
|
||||
"Storybook",
|
||||
"Cypress"
|
||||
"Cypress",
|
||||
"CLI",
|
||||
"Front-end",
|
||||
"Testing"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -12,7 +12,8 @@
|
||||
"Monorepo",
|
||||
"Vite",
|
||||
"Web",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Front-end"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -12,7 +12,8 @@
|
||||
"Monorepo",
|
||||
"Vue",
|
||||
"Web",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Front-end"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -13,7 +13,8 @@
|
||||
"Web",
|
||||
"Jest",
|
||||
"Cypress",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Front-end"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
@ -12,7 +12,8 @@
|
||||
"Monorepo",
|
||||
"Webpack",
|
||||
"Web",
|
||||
"CLI"
|
||||
"CLI",
|
||||
"Front-end"
|
||||
],
|
||||
"main": "./index",
|
||||
"typings": "./index.d.ts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user