Skip to content

Commit

Permalink
fix: usagePlan id config
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed May 12, 2020
1 parent dabb864 commit 5bf5857
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless/scf",
"version": "0.0.1",
"version": "0.0.5",
"main": "./serverless.js",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions serverless.component.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: scf
version: 0.0.4
author: anycodes
org: anycodes
version: 0.0.5
author: Tencent Cloud, Inc.
org: Tencent Cloud, Inc.
description: Deploys Tencent SCF.
keywords: tencent, serverless, SCF
repo: https://github.com/serverless-components/tencent-scf/tree/v2
Expand Down
7 changes: 3 additions & 4 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@serverless/scf",
"version": "0.0.1",
"main": "./serverless.js",
"publishConfig": {
"access": "public"
Expand All @@ -13,9 +12,9 @@
"license": "Apache",
"dependencies": {
"fs-extra": "^8.1.0",
"tencent-component-toolkit": "^1.1.1",
"type": "^2.0.0",
"request": "^2.88.2",
"string-random": "^0.1.3",
"request": "^2.88.2"
"tencent-component-toolkit": "^1.4.4",
"type": "^2.0.0"
}
}

0 comments on commit 5bf5857

Please sign in to comment.