Skip to content

Commit

Permalink
docs(core): js package description update (#9506)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Mar 24, 2022
1 parent 4351e99 commit 3a87887
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/generated/packages/js.json
@@ -1,7 +1,7 @@
{
"githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "js",
"description": "JavaScript Plugin for Nx",
"description": "The Nx plugin that provides the best experience for developing JavaScript and TypeScript projects.",
"root": "/packages/js",
"source": "/packages/js/src",
"generators": [
Expand Down Expand Up @@ -164,7 +164,7 @@
},
"aliases": ["swc"],
"x-type": "library",
"description": "Convert a tsc library to swc",
"description": "Convert a TypeScript library to compile with SWC.",
"implementation": "/packages/js/src/generators/convert-to-swc/convert-to-swc#convertToSwcGenerator.ts",
"hidden": false,
"path": "/packages/js/src/generators/convert-to-swc/schema.json"
Expand Down Expand Up @@ -441,7 +441,7 @@
},
"presets": []
},
"description": "Build a project using SWC",
"description": "Build a project using SWC.",
"aliases": [],
"hidden": false,
"path": "/packages/js/src/executors/swc/schema.json"
Expand Down
4 changes: 2 additions & 2 deletions packages/js/executors.json
Expand Up @@ -9,7 +9,7 @@
"swc": {
"implementation": "./src/executors/swc/swc.impl",
"schema": "./src/executors/swc/schema.json",
"description": "Build a project using SWC"
"description": "Build a project using SWC."
}
},
"builders": {
Expand All @@ -21,7 +21,7 @@
"swc": {
"implementation": "./src/executors/swc/compat",
"schema": "./src/executors/swc/schema.json",
"description": "Build a project using SWC"
"description": "Build a project using SWC."
}
}
}
6 changes: 3 additions & 3 deletions packages/js/generators.json
Expand Up @@ -7,14 +7,14 @@
"schema": "./src/generators/library/schema.json",
"aliases": ["lib"],
"x-type": "library",
"description": "Create a library"
"description": "Create a library."
},
"convert-to-swc": {
"factory": "./src/generators/convert-to-swc/convert-to-swc#convertToSwcSchematic",
"schema": "./src/generators/convert-to-swc/schema.json",
"aliases": ["swc"],
"x-type": "library",
"description": "Convert a tsc library to swc"
"description": "Convert a TypeScript library to compile with SWC."
}
},
"generators": {
Expand All @@ -30,7 +30,7 @@
"schema": "./src/generators/convert-to-swc/schema.json",
"aliases": ["swc"],
"x-type": "library",
"description": "Convert a tsc library to swc"
"description": "Convert a TypeScript library to compile with SWC."
}
}
}
2 changes: 1 addition & 1 deletion packages/js/package.json
@@ -1,7 +1,7 @@
{
"name": "@nrwl/js",
"version": "0.0.1",
"description": "JavaScript Plugin for Nx",
"description": "The Nx plugin that provides the best experience for developing JavaScript and TypeScript projects.",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
Expand Down

1 comment on commit 3a87887

@vercel
Copy link

@vercel vercel bot commented on 3a87887 Mar 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.