From ca5d36e166dc64fcfc421a047282d576b24700f1 Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Wed, 20 Nov 2019 16:13:50 -0800 Subject: [PATCH] added publish list --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 969a340..9e358ad 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,12 @@ "test": "eslint bin lib && nyc -r=text -r=lcov mocha", "build": "node bin/build.js && node-gyp rebuild" }, + "files": [ + "*.c", + "*.h", + "lib", + "binding.gyp" + ], "repository": { "type": "git", "url": "git+https://github.com/wavedrom/vcd.git"