Skip to content

Commit

Permalink
[INTERNAL] package.json: Define files to publish
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
RandomByte committed Jul 11, 2018
1 parent f00efd9 commit 6f2527d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6f2527d

Please sign in to comment.