chore(misc): add repository directory for all packages.json (#6973)
This commit is contained in:
parent
34848b8612
commit
fe7c25d00f
@ -4,7 +4,8 @@
|
||||
"description": "Angular Plugin for Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/angular"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node ./scripts/nx-cli-warning.js"
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Smart, Extensible Build Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/cli"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Smart, Extensible Build Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/create-nx-plugin"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Smart, Extensible Build Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/create-nx-workspace"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Cypress plugin for Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/cypress"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -16,7 +16,8 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/detox"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Victor Savkin",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Smart, Extensible Build Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/devkit"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "ESLint Plugin for Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/eslint-plugin-nx"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Express Plugin for Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/express"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Gatsby Plugin for Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/gatsby"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Jest plugin for Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/jest"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Lint Plugin for Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/linter"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Nest Plugin for Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/nest"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Next.js Plugin for Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/next"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Node Plugin for Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/node"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Plugin for creating plugins for Nx :)",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/nx-plugin"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Smart, Extensible Build Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/nx"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -16,7 +16,8 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/react-native"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Victor Savkin",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "React Plugin for Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/react"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Storybook plugin for Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/storybook"
|
||||
},
|
||||
"keywords": [
|
||||
"Angular",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "CLI for generating code and running commands",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/tao"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Web Plugin for Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/web"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
"description": "Smart, Extensible Build Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nrwl/nx.git"
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/workspace"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user