Skip to content

Commit

Permalink
fix: 解决不必要的文件导致 mac 提示签名错误 (#13)
Browse files Browse the repository at this point in the history
0.0.11
  • Loading branch information
nashaofu authored Aug 20, 2022
1 parent 07f963d commit 110e140
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "node-screenshots",
"version": "0.0.10",
"version": "0.0.11",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"artifacts": "napi artifacts",
"build": "napi build --platform --release",
Expand Down

0 comments on commit 110e140

Please sign in to comment.