We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3e3f5f + 41a3aae commit 3834e60Copy full SHA for 3834e60
CHANGELOG.md
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
14
### Fixed
15
16
+- Add `app` folder to `files` property of `package.json` to be included for publishing to `npm`
17
+
18
### Removed
19
20
## Version 0.3.0 - 2023-02-27
package.json
@@ -13,6 +13,7 @@
"homepage": "https://cap.cloud.sap/",
"main": "index.js",
"files": [
+ "app/",
"lib/",
"index.js",
"README.md",
0 commit comments