Skip to content

Commit 22f9b2e

Browse files
committed
chore(package): add scope
1 parent 88304ba commit 22f9b2e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Node.js Package
22

33
on:
44
push:
5-
branches:
6-
- master
75
tags:
86
- "*"
97

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
### Installing
1616

1717
```bash
18-
npm i getui-rest-sdk --save
18+
npm i @xizhibei/getui-rest-sdk --save
1919
```
2020

2121
建议使用 vscode 开发,typing 代码提示更加完善

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "getui-rest-sdk",
2+
"name": "@xizhibei/getui-rest-sdk",
33
"version": "1.0.0",
44
"description": "Getui rest api for node.js, in TypeScript",
55
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)