fix: typing

This commit is contained in:
TENCENT\ivinwu
2019-04-02 20:34:57 +08:00
parent de6f8aaa09
commit 2e05d4289e
6 changed files with 32 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "we-request",
"version": "1.2.4",
"version": "1.2.5",
"description": "本工具通过拓展小程序的wx.request让开发者通过简单的配置实现自动管理登录态等功能",
"keywords": [
"登录态",
@@ -20,7 +20,7 @@
"url": "https://github.com/IvinWu/weRequest.git"
},
"main": "src/index.ts",
"typings": "src/typings/index.d.ts",
"typings": "build/index.d.ts",
"scripts": {
"build": "webpack",
"commit": "git cz"