Skip to content

Commit 5443bec

Browse files
committed
[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)
1 parent 89b7f21 commit 5443bec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
3535
"report-coveralls": "nyc report --reporter=text-lcov | coveralls"
3636
},
37+
"files": [
38+
"index.js",
39+
"CONTRIBUTING.md",
40+
"jsdoc.json",
41+
"lib/**"
42+
],
3743
"ava": {
3844
"files": [
3945
"test/lib/**/*.js"

0 commit comments

Comments
 (0)