chore(misc): add repository directory for all packages.json (#6973)

This commit is contained in:
Andrew Luca 2021-09-15 18:53:08 +03:00 committed by GitHub
parent 34848b8612
commit fe7c25d00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
23 changed files with 46 additions and 23 deletions

View File

@ -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"

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",