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, bin/ 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 80b5bfe commit aab1b69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
"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",
"bin/**",
"lib/**"
],
"ava": {
"files": [
"test/lib/**/*.js"
Expand Down

0 comments on commit aab1b69

Please sign in to comment.