From 110e140c4201ddd7e36c5131bd86812f148f6738 Mon Sep 17 00:00:00 2001 From: nashaofu Date: Sat, 20 Aug 2022 17:19:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E6=96=87=E4=BB=B6=E5=AF=BC=E8=87=B4=20mac=20?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E7=AD=BE=E5=90=8D=E9=94=99=E8=AF=AF=20(#13)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.0.11 --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9472a96..d7d0a09 100644 --- a/package.json +++ b/package.json @@ -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",