Skip to content

Commit 87e340c

Browse files
committed
v0.1.5
1 parent 8a245d5 commit 87e340c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dousha99/mirai-api-http-ts",
3-
"version": "0.1.3",
3+
"version": "0.1.5",
44
"description": "A TypeScript wrapper used to interact with mirai-api-http",
55
"main": "build/index.js",
66
"repository": "https://github.com/dousha/mirai-api-http-ts.git",
@@ -18,7 +18,7 @@
1818
"typescript": "^4.0.5"
1919
},
2020
"files": [
21-
"/build/src",
21+
"/build/src/**/*",
2222
"/build/index.d.ts",
2323
"/build/index.js"
2424
],

0 commit comments

Comments
 (0)