|
@@ -22,7 +22,13 @@ dnpm publish
|
|
|
|
|
|
## 滴私有 NPM 镜像
|
|
|
### 添加发布包的协调维护者
|
|
|
+
|
|
|
+npm owner add <user> [<@scope>/]<pkg>
|
|
|
+npm owner rm <user> [<@scope>/]<pkg>
|
|
|
+npm owner ls [<@scope>/]<pkg>
|
|
|
+
|
|
|
+aliases: author
|
|
|
+
|
|
|
```bash
|
|
|
-dnpm owner add 协同者名称 包名称
|
|
|
-例如:<dnpm|npm> owner add qinzhipeng_v @didi/platformui
|
|
|
+例如:npm owner add qinzhipeng_v @didi/platformui
|
|
|
```
|