@omnia/workplace 7.9.15-preview → 7.9.17-preview
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/README.md +2 -2
- package/models/package.json +4 -4
- package/package.json +5 -5
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Omnia Workplace
|
2
2
|
|
3
|
-
Omnia Workplace is a product from
|
3
|
+
Omnia Workplace is a product from Omnia Digital Workplace AB.
|
4
4
|
|
5
5
|
### Documentation
|
6
|
-
https://github.com/
|
6
|
+
https://github.com/omniaintranet/Omnia-Foundation-Docs
|
package/models/package.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
},
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
11
|
-
"url": "git+https://github.com/
|
11
|
+
"url": "git+https://github.com/omniaintranet/OmniaWebContentManagement.git"
|
12
12
|
},
|
13
13
|
"keywords": [
|
14
14
|
"omnia",
|
@@ -17,12 +17,12 @@
|
|
17
17
|
"office365",
|
18
18
|
"sharepoint"
|
19
19
|
],
|
20
|
-
"author": "
|
20
|
+
"author": "Omnia Digital Workplace AB",
|
21
21
|
"dependencies": {
|
22
22
|
},
|
23
23
|
"typings": "./index.d.ts",
|
24
24
|
"bugs": {
|
25
|
-
"url": "https://github.com/
|
25
|
+
"url": "https://github.com/omniaintranet/OmniaWebContentManagement/issues"
|
26
26
|
},
|
27
|
-
"homepage": "https://github.com/
|
27
|
+
"homepage": "https://github.com/omniaintranet/OmniaWebContentManagement#readme"
|
28
28
|
}
|
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/workplace",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "7.9.
|
4
|
+
"version": "7.9.17-preview",
|
5
5
|
"description": "Omnia Workplace.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
8
8
|
},
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
11
|
-
"url": "git+https://github.com/
|
11
|
+
"url": "git+https://github.com/omniaintranet/OmniaWebContentManagement.git"
|
12
12
|
},
|
13
13
|
"keywords": [
|
14
14
|
"omnia",
|
@@ -17,12 +17,12 @@
|
|
17
17
|
"office365",
|
18
18
|
"sharepoint"
|
19
19
|
],
|
20
|
-
"author": "
|
20
|
+
"author": "Omnia Digital Workplace AB",
|
21
21
|
"dependencies": {
|
22
22
|
},
|
23
23
|
"typings": "./index.d.ts",
|
24
24
|
"bugs": {
|
25
|
-
"url": "https://github.com/
|
25
|
+
"url": "https://github.com/omniaintranet/OmniaWebContentManagement/issues"
|
26
26
|
},
|
27
|
-
"homepage": "https://github.com/
|
27
|
+
"homepage": "https://github.com/omniaintranet/OmniaWebContentManagement#readme"
|
28
28
|
}
|