Skip to content

Commit

Permalink
fix(misc): adjust npm keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed May 22, 2024
1 parent d581cef commit c2f94a9
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",
"Frontend"
],
"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",
"Frontend",
"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",
"Frontend",
"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",
"Frontend",
"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",
"Frontend"
],
"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",
"Frontend"
],
"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",
"Frontend",
"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",
"Frontend"
],
"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",
"Frontend"
],
"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",
"Frontend"
],
"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",
"Frontend",
"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",
"Frontend"
],
"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",
"Frontend"
],
"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",
"Frontend"
],
"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",
"Frontend"
],
"main": "./index",
"typings": "./index.d.ts",
Expand Down

0 comments on commit c2f94a9

Please sign in to comment.