Skip to content

Commit 95fc8a1

Browse files
committed
fix type not found issue
1 parent c574b17 commit 95fc8a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@misskey-dev/node-http-message-signatures",
3-
"version": "0.0.0-alpha.6",
3+
"version": "0.0.0-alpha.7",
44
"description": "",
55
"type": "module",
66
"keywords": [
@@ -30,7 +30,8 @@
3030
"types": "dist/index.d.ts",
3131
"exports": {
3232
"import": "./dist/index.mjs",
33-
"require": "./dist/index.cjs"
33+
"require": "./dist/index.cjs",
34+
"types": "./dist/index.d.ts"
3435
},
3536
"scripts": {
3637
"eslint": "eslint --quiet \"src/**/*.ts\"",

0 commit comments

Comments
 (0)