@steedos/ee_branding 3.0.0-beta.99 → 3.0.0

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/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "@steedos/ee_branding",
3
3
  "description": "自定义品牌",
4
- "version": "3.0.0-beta.99",
4
+ "version": "3.0.0",
5
5
  "main": "package.service.js",
6
- "scripts": {},
7
6
  "license": "MIT",
8
- "private": false,
9
7
  "publishConfig": {
10
8
  "access": "public"
11
9
  },
12
- "gitHead": "a0e9d5ee78766e54048a385b7677f6916aa287c4"
10
+ "gitHead": "20ea485d800dd4ad0a99c82b26000879c2f85741"
13
11
  }
@@ -24,14 +24,14 @@ module.exports = {
24
24
  packageInfo: {
25
25
  path: __dirname,
26
26
  name: packageName,
27
- isPackage: true
27
+ isPackage: false
28
28
  },
29
29
  },
30
30
 
31
31
  /**
32
32
  * Dependencies
33
33
  */
34
- dependencies: ['~packages-standard-objects', '~packages-@steedos/standard-space', '@steedos/service-license'],
34
+ dependencies: ['@steedos/standard-objects', '@steedos/standard-space', '@steedos/service-license'],
35
35
  /**
36
36
  * Actions
37
37
  */