Skip to content

Commit c2a0ef0

Browse files
authoredApr 27, 2023
chore(repo): change more references from @nrwl to @nx (#16621)
1 parent abc5055 commit c2a0ef0

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed
 

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ The scope must be one of the following:
316316
- graph - anything graph app specific
317317
- expo - anything Expo specific
318318
- express - anything Express specific
319-
- js - anything related to @nrwl/js package or general js/ts support
319+
- js - anything related to @nx/js package or general js/ts support
320320
- linter - anything Linter specific
321321
- nest - anything Nest specific
322322
- nextjs - anything Next specific

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<div style="text-align: center;">
99

1010
[![CircleCI](https://circleci.com/gh/nrwl/nx.svg?style=svg)](https://circleci.com/gh/nrwl/nx)
11-
[![License](https://img.shields.io/npm/l/@nrwl/workspace.svg?style=flat-square)]()
12-
[![NPM Version](https://badge.fury.io/js/%40nrwl%2Fworkspace.svg)](https://www.npmjs.com/@nrwl/workspace)
11+
[![License](https://img.shields.io/npm/l/nx.svg?style=flat-square)]()
12+
[![NPM Version](https://badge.fury.io/js/nx.svg)](https://www.npmjs.com/package/nx)
1313
[![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]()
1414
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
1515
[![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)

‎nx.json

-1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,5 @@
188188
"inputs": ["default", "^production", "{workspaceRoot}/.storybook/**/*"]
189189
}
190190
},
191-
"defaultProject": "@nrwl/nx-source",
192191
"plugins": ["@monodon/rust"]
193192
}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@nrwl/nx-source",
2+
"name": "@nx/nx-source",
33
"description": "Smart, Fast and Extensible Build System",
44
"homepage": "https://nx.dev",
55
"private": true,

1 commit comments

Comments
 (1)

vercel[bot] commented on Apr 27, 2023

@vercel[bot]

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-nrwl.vercel.app

Please sign in to comment.