node-yara-rs

git clone git://archive.git.mtrnord.blog/MTRNord/node-yara-rs.git
Log | Files | Refs | README | LICENSE

commit b0c95ee1c700e5c33e496609ea72ad9ad63eb86b
parent 8586571b477034980330fc9628b3284f45ef181e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun,  1 Oct 2023 18:29:24 +0200

Trying to get napu to not double publish stuff

Diffstat:
Mpackage.json | 18++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/package.json b/package.json @@ -5,15 +5,12 @@ "types": "index.d.ts", "napi": { "name": "node-yara-rs", - "triples": { - "default": false, - "additional": [ - "x86_64-apple-darwin", - "aarch64-apple-darwin", - "x86_64-unknown-linux-gnu", - "aarch64-unknown-linux-gnu" - ] - } + "targets": [ + "x86_64-apple-darwin", + "aarch64-apple-darwin", + "x86_64-unknown-linux-gnu", + "aarch64-unknown-linux-gnu" + ] }, "license": "Apache-2.0", "devDependencies": { @@ -38,4 +35,4 @@ }, "packageManager": "yarn@3.6.3", "repository": "https://github.com/MTRNord/node-yara-rs.git" -} +} +\ No newline at end of file