Skip to content

Commit 90a737d

Browse files
author
dfounderliu
committed
add cos
1 parent f6d287f commit 90a737d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
var tencentCloud = require('./lib/index')
1+
var tencentCloud = require('./src/index')
22
module.exports = tencentCloud

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tencent-cloud-sdk",
33
"description": "Tencent Cloud SDK For Serverless Framework",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"main": "./index.js",
66
"publishConfig": {
77
"access": "public"

lib/client.js renamed to src/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const qs = require('querystring')
33
const dotQs = require('dot-qs')
44
const https = require('https')
55
const crypto = require('crypto')
6-
const cos = require('./cos/cos')
6+
const cos = require('../lib/cos/cos')
77

88
var defaults = {
99
signatureMethod: 'HmacSHA1',
File renamed without changes.

0 commit comments

Comments
 (0)