Skip to content

Commit 80e5dd9

Browse files
authored
feat: add @JX3BOX (#325)
<!-- 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 -->
1 parent 9a00041 commit 80e5dd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ _你将会看到 package.json 文件中的 `allowPackages` 字段被更新,如
4242
npm run add -- --scope=@eggjs
4343
```
4444

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

4747
```json
4848
"allowScopes": [

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"@js-preview",
125125
"@jscpd",
126126
"@jupyterlab",
127+
"@jx3box",
127128
"@kne",
128129
"@kne-components",
129130
"@koa",

0 commit comments

Comments
 (0)