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": {