@steedos/ee_branding 2.2.52-beta.30 → 2.2.52-beta.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +0 -2
- package/package.json +2 -2
package/LICENSE.txt
CHANGED
|
@@ -11,8 +11,6 @@ If the file has no header, the following rules apply
|
|
|
11
11
|
|
|
12
12
|
On request, licenses under different terms are available.
|
|
13
13
|
|
|
14
|
-
Project templates can be found in the folders steedos-projects/
|
|
15
|
-
|
|
16
14
|
Source code of enterprise features are files that
|
|
17
15
|
* are in folders named "ee" or start with "ee_", or in subfolders of such folders.
|
|
18
16
|
* contain the strings "ee_" in its filename name.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/ee_branding",
|
|
3
|
-
"version": "2.2.52-beta.
|
|
3
|
+
"version": "2.2.52-beta.36",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {},
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,5 +11,5 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@steedos/license": "2.2.5"
|
|
13
13
|
},
|
|
14
|
-
"gitHead": "
|
|
14
|
+
"gitHead": "a6f8fe7b378a50270ddf7999259e26d2da3d42de"
|
|
15
15
|
}
|