Skip to content

Commit

Permalink
fix: name
Browse files Browse the repository at this point in the history
  • Loading branch information
dfounderliu committed Apr 7, 2020
1 parent 8450de7 commit dbac7b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
component: tencent-scf
component: scf
name: scfdemo
org: test
app: scfApp
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless/tencent-scf",
"version": "1.0.0",
"name": "@serverless/scf",
"version": "0.0.1",
"main": "./serverless.js",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions serverless.component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tencent-scf
version: 0.0.0-dev
name: scf
version: 0.0.1
author: anycodes
org: anycodes
description: Deploys Tencent SCF.
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@serverless/tencent-scf",
"name": "@serverless/scf",
"version": "0.0.1",
"main": "./serverless.js",
"publishConfig": {
Expand Down

0 comments on commit dbac7b6

Please sign in to comment.