Skip to content

Commit

Permalink
chore(misc): update add-nx packages metadata (#9427)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Mar 21, 2022
1 parent 63e1dee commit 71ba52a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
5 changes: 3 additions & 2 deletions packages/add-nx-to-monorepo/package.json
Expand Up @@ -4,7 +4,8 @@
"description": "Make any monorepo faster by adding Nx to it",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/add-nx.git"
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/add-nx-to-monorepo"
},
"keywords": [
"Monorepo",
Expand All @@ -22,7 +23,7 @@
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/add-nx/issues"
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"dependencies": {
Expand Down
14 changes: 10 additions & 4 deletions packages/cra-to-nx/package.json
Expand Up @@ -3,17 +3,23 @@
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/add-nx.git"
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/cra-to-nx"
},
"main": "src/index.js",
"typings": "src/index.d.ts",
"keywords": [
"Monorepo",
"React",
"Web",
"CLI"
],
"bin": {
"cra-to-nx": "src/index.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/add-nx/issues"
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"dependencies": {
"tslib": "^2.3.0",
"@nrwl/workspace": "*",
Expand Down
5 changes: 3 additions & 2 deletions packages/make-angular-cli-faster/package.json
Expand Up @@ -4,7 +4,8 @@
"description": "Make Angular CLI faster by enabling distributed computation caching",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/add-nx.git"
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/make-angular-cli-faster"
},
"keywords": [
"Monorepo",
Expand All @@ -22,7 +23,7 @@
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/add-nx/issues"
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"dependencies": {
Expand Down

0 comments on commit 71ba52a

Please sign in to comment.