Skip to content

Commit

Permalink
feat: add @JX3BOX (#325)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Documentation**
- Updated the README.md to clarify the correct field for adding scoped
packages to the whitelist.
- Retained and corrected the example JSON snippet to reference the
`allowScopes` field.

- **New Features**
	- Incremented version to 1.145.0 in package.json.
- Added `@jx3box` to the `allowScopes` array, expanding permitted scopes
for package management.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
X3ZvaWQ authored Nov 19, 2024
1 parent 9a00041 commit 80e5dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ _你将会看到 package.json 文件中的 `allowPackages` 字段被更新,如
npm run add -- --scope=@eggjs
```

_你将会看到 package.json 文件中的 `allowPackages` 字段被更新,如下所示:_
_你将会看到 package.json 文件中的 `allowScopes` 字段被更新,如下所示:_

```json
"allowScopes": [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"@js-preview",
"@jscpd",
"@jupyterlab",
"@jx3box",
"@kne",
"@kne-components",
"@koa",
Expand Down

0 comments on commit 80e5dd9

Please sign in to comment.