Skip to content

Commit 44a2e0f

Browse files
committed
minor fixes
1 parent ed41548 commit 44a2e0f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// <reference path="./types/index.d.ts" />

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "miniprogram-api-typings",
3-
"version": "2.4.0",
3+
"version": "2.4.0-1",
44
"description": "Type definitions for APIs of Wechat Mini Program in TypeScript",
5+
"main": "./index.d.ts",
6+
"types": "./index.d.ts",
57
"repository": {
68
"type": "git",
79
"url": "git+https://github.com/wechat-miniprogram/api-typings.git"

typings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "miniprogram-api-typings",
3+
"main": "index.d.ts"
4+
}

0 commit comments

Comments
 (0)