From bd1a88ac41e1db5f95ac424ed9790665ce74f566 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Wed, 23 May 2018 20:39:03 -0700 Subject: [PATCH] tools: add new headers to tarball --- tools/install.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/install.py b/tools/install.py index 2aeed773bb08b3..82bf20e36a5bd5 100755 --- a/tools/install.py +++ b/tools/install.py @@ -162,6 +162,9 @@ def headers(action): action([ 'common.gypi', 'config.gypi', + 'src/core.h', + 'src/callback_scope.h', + 'src/exceptions.h', 'src/node.h', 'src/node_api.h', 'src/node_api_types.h',