Skip to content

Commit 3834e60

Browse files
authored
Merge pull request #50 from cap-js/app-folder-in-package.json
fix: add `app` folder to `package.json` for publishing to `npm`
2 parents c3e3f5f + 41a3aae commit 3834e60

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515

16+
- Add `app` folder to `files` property of `package.json` to be included for publishing to `npm`
17+
1618
### Removed
1719

1820
## Version 0.3.0 - 2023-02-27

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"homepage": "https://cap.cloud.sap/",
1414
"main": "index.js",
1515
"files": [
16+
"app/",
1617
"lib/",
1718
"index.js",
1819
"README.md",

0 commit comments

Comments
 (0)