From 6f2527dc84be5e3465b8a33c31af2da3e2600292 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Wed, 11 Jul 2018 11:35:39 +0200 Subject: [PATCH] [INTERNAL] package.json: Define files to publish - index.js and lib/ content is required runtime code. - CONTRIBUTING.md should guide people on where to find the source/ report issues. - jsdoc.json is required to generate cross-repo API doc for releases (currently done in SAP/ui5-tooling) --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index b0c3c47e7..0b0a04204 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,12 @@ "release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version", "report-coveralls": "nyc report --reporter=text-lcov | coveralls" }, + "files": [ + "index.js", + "CONTRIBUTING.md", + "jsdoc.json", + "lib/**" + ], "ava": { "files": [ "test/lib/**/*.js"