Skip to content

Commit 80e1d54

Browse files
千风SquatsTonight
authored andcommitted
docs: change component name
change component name from fc-domain to fc
1 parent 7b4eff0 commit 80e1d54

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/code-local/s.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ access: default # 秘钥别名
44

55
services:
66
fc-test: # 服务名称
7-
# component: fc # 组件名称
8-
component: /Users/zqf/Documents/git_proj/devsapp/component/fc/
7+
component: fc # 组件名称
8+
# component: /Users/zqf/Documents/git_proj/devsapp/component/fc/
99
props: # 组件的属性值
1010
region: cn-shanghai
1111
service:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fc",
3-
"version": "0.1.1",
3+
"version": "0.0.1",
44
"dependencies": {
55
"@serverless-devs/core": "^0.0.62",
66
"@types/shelljs": "^0.8.8"

publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Component
2-
Name: fc-domain
2+
Name: fc
33
Provider:
44
- 阿里云
5-
Version: 0.1.1
5+
Version: 0.0.1
66
Description: 阿里云函数计算基础组件
77
HomePage: https://github.com/devsapp/fc-base
88
Tags:

0 commit comments

Comments
 (0)