From f15700c6bd245f986d5ec156a63e070c6081a937 Mon Sep 17 00:00:00 2001 From: Andrew Hlynskyi Date: Sun, 22 Aug 2021 03:12:28 +0300 Subject: [PATCH] chore(web): Add the LICENSE file to the web-tree-sitter npm package --- lib/binding_web/.gitignore | 1 + lib/binding_web/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/binding_web/.gitignore b/lib/binding_web/.gitignore index 1a4530c9..eec0cfe6 100644 --- a/lib/binding_web/.gitignore +++ b/lib/binding_web/.gitignore @@ -3,3 +3,4 @@ package-lock.json node_modules *.tgz +LICENSE diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index d13552e0..f140d46a 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -9,6 +9,7 @@ }, "scripts": { "test": "mocha", + "prepack": "cp ../../LICENSE .", "prepublishOnly": "node check-artifacts-fresh.js" }, "repository": {