-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(publish-config): make all packages public
Remove the `private` key or set it to `false` in the `package.json` of multiple examples and the docs package. Additionally, add the `publishConfig` with `access: public` to explicitly declare these packages as public on npm.
- Loading branch information
Showing
6 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@amis-adapter/vue-amis-editor-webpack", | ||
"version": "0.1.0", | ||
"private": true, | ||
"private": false, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
|
@@ -68,7 +68,8 @@ | |
} | ||
], | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
"registry": "https://registry.npmjs.org", | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@amis-adapter/vue-editor2.7", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
"private": false, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
|
@@ -54,7 +54,8 @@ | |
} | ||
], | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
"registry": "https://registry.npmjs.org", | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9c56750
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for amis-adapter ready!
✅ Preview
https://amis-adapter-g3dqa06f1-h7mls-projects.vercel.app
https://amis-adapter.h7ml.cn
Built with commit 9c56750.
This pull request is being automatically deployed with vercel-action