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", "description": "Angular Plugin for Nx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/angular"
}, },
"scripts": { "scripts": {
"postinstall": "node ./scripts/nx-cli-warning.js" "postinstall": "node ./scripts/nx-cli-warning.js"

View File

@ -4,7 +4,8 @@
"description": "Smart, Extensible Build Framework", "description": "Smart, Extensible Build Framework",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/cli"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Smart, Extensible Build Framework", "description": "Smart, Extensible Build Framework",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/create-nx-plugin"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Smart, Extensible Build Framework", "description": "Smart, Extensible Build Framework",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/create-nx-workspace"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Cypress plugin for Nx", "description": "Cypress plugin for Nx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/cypress"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -16,7 +16,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/detox"
}, },
"license": "MIT", "license": "MIT",
"author": "Victor Savkin", "author": "Victor Savkin",

View File

@ -4,7 +4,8 @@
"description": "Smart, Extensible Build Framework", "description": "Smart, Extensible Build Framework",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/devkit"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "ESLint Plugin for Nx", "description": "ESLint Plugin for Nx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/eslint-plugin-nx"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Express Plugin for Nx", "description": "Express Plugin for Nx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/express"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Gatsby Plugin for Nx", "description": "Gatsby Plugin for Nx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/gatsby"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Jest plugin for Nx", "description": "Jest plugin for Nx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/jest"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Lint Plugin for Nx", "description": "Lint Plugin for Nx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/linter"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Nest Plugin for Nx", "description": "Nest Plugin for Nx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/nest"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Next.js Plugin for Nx", "description": "Next.js Plugin for Nx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/next"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Node Plugin for Nx", "description": "Node Plugin for Nx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/node"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Plugin for creating plugins for Nx :)", "description": "Plugin for creating plugins for Nx :)",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/nx-plugin"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Smart, Extensible Build Framework", "description": "Smart, Extensible Build Framework",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/nx"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -16,7 +16,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/react-native"
}, },
"license": "MIT", "license": "MIT",
"author": "Victor Savkin", "author": "Victor Savkin",

View File

@ -4,7 +4,8 @@
"description": "React Plugin for Nx", "description": "React Plugin for Nx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/react"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Storybook plugin for Nx", "description": "Storybook plugin for Nx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/storybook"
}, },
"keywords": [ "keywords": [
"Angular", "Angular",

View File

@ -4,7 +4,8 @@
"description": "CLI for generating code and running commands", "description": "CLI for generating code and running commands",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/tao"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Web Plugin for Nx", "description": "Web Plugin for Nx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/web"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",

View File

@ -4,7 +4,8 @@
"description": "Smart, Extensible Build Framework", "description": "Smart, Extensible Build Framework",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nrwl/nx.git" "url": "https://github.com/nrwl/nx.git",
"directory": "packages/workspace"
}, },
"keywords": [ "keywords": [
"Monorepo", "Monorepo",