Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
更改type为commonjs
  • Loading branch information
HalcyonAlcedo authored Jul 21, 2024
1 parent f4dc8cf commit d210c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "karin-screenshot",
"version": "1.0.2",
"author": "CalmLexi",
"type": "module",
"type": "commonjs",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
Expand All @@ -29,4 +29,4 @@
"tsc-alias": "1.8.10",
"typescript": "5.4.5"
}
}
}

0 comments on commit d210c99

Please sign in to comment.