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.
1 parent 734a870 commit 7769590Copy full SHA for 7769590
README.md
@@ -4,6 +4,8 @@
4
> Modules for building a UI5 projects dependency tree, including configuration
5
> Part of the [UI5 Build and Development Tooling](https://github.com/SAP/ui5-tooling)
6
7
+[](https://travis-ci.org/SAP/ui5-project)
8
+
9
**This is a Pre-Alpha release!**
10
**The UI5 Build and Development Tooling described here is not intended for productive use yet. Breaking changes are to be expected.**
11
package.json
@@ -48,8 +48,7 @@
48
"docs/**",
49
"jsdocs/**",
50
"coverage/**",
51
- "test/**",
52
- "lib/lbt/**"
+ "test/**"
53
],
54
"check-coverage": true,
55
"lines": 70,
0 commit comments