@yangeditor/plugin-upload-attachment
Version:
17 lines (16 loc) • 362 B
JSON
{
"packages": ["packages/*"],
"version": "1.0.0",
"npmClient": "npm",
"command": {
"publish": {
"ignoreChanges": ["ignored-file", "*.md"],
"message": "chore(release): publish",
"registry": "https://npm.pkg.github.com"
},
"bootstrap": {
"ignore": "component-*",
"npmClientArgs": ["--no-package-lock"]
}
}
}