chore(repo): change more references from @nrwl to @nx (#16621)

This commit is contained in:
Jason Jean 2023-04-27 15:59:17 -04:00 committed by GitHub
parent abc505551a
commit c2a0ef0794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 5 deletions

View File

@ -316,7 +316,7 @@ The scope must be one of the following:
- graph - anything graph app specific - graph - anything graph app specific
- expo - anything Expo specific - expo - anything Expo specific
- express - anything Express specific - express - anything Express specific
- js - anything related to @nrwl/js package or general js/ts support - js - anything related to @nx/js package or general js/ts support
- linter - anything Linter specific - linter - anything Linter specific
- nest - anything Nest specific - nest - anything Nest specific
- nextjs - anything Next specific - nextjs - anything Next specific

View File

@ -8,8 +8,8 @@
<div style="text-align: center;"> <div style="text-align: center;">
[![CircleCI](https://circleci.com/gh/nrwl/nx.svg?style=svg)](https://circleci.com/gh/nrwl/nx) [![CircleCI](https://circleci.com/gh/nrwl/nx.svg?style=svg)](https://circleci.com/gh/nrwl/nx)
[![License](https://img.shields.io/npm/l/@nrwl/workspace.svg?style=flat-square)]() [![License](https://img.shields.io/npm/l/nx.svg?style=flat-square)]()
[![NPM Version](https://badge.fury.io/js/%40nrwl%2Fworkspace.svg)](https://www.npmjs.com/@nrwl/workspace) [![NPM Version](https://badge.fury.io/js/nx.svg)](https://www.npmjs.com/package/nx)
[![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]() [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]()
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Join the chat at https://gitter.im/nrwl-nx/community](https://badges.gitter.im/nrwl-nx/community.svg)](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Join the chat at https://gitter.im/nrwl-nx/community](https://badges.gitter.im/nrwl-nx/community.svg)](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

View File

@ -188,6 +188,5 @@
"inputs": ["default", "^production", "{workspaceRoot}/.storybook/**/*"] "inputs": ["default", "^production", "{workspaceRoot}/.storybook/**/*"]
} }
}, },
"defaultProject": "@nrwl/nx-source",
"plugins": ["@monodon/rust"] "plugins": ["@monodon/rust"]
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@nrwl/nx-source", "name": "@nx/nx-source",
"description": "Smart, Fast and Extensible Build System", "description": "Smart, Fast and Extensible Build System",
"homepage": "https://nx.dev", "homepage": "https://nx.dev",
"private": true, "private": true,