@omnia/types 8.0.340-dev → 8.0.342-dev
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/package.json +7 -8
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Omnia Fx Tooling
|
2
2
|
|
3
|
-
Omnia Fx Tooling is a product from
|
3
|
+
Omnia Fx Tooling is a product from Omnia Digital Workplace AB. In order to use Omnia Fx you need a product license for one of the following products:
|
4
4
|
|
5
5
|
### Documentation
|
6
|
-
https://github.com/
|
6
|
+
https://github.com/omniaintranet/OmniaDocs
|
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/types",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.342-dev",
|
5
5
|
"description": "Provide Omnia typings.",
|
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/OmniaFx"
|
12
12
|
},
|
13
13
|
"keywords": [
|
14
14
|
"omnia",
|
@@ -17,11 +17,10 @@
|
|
17
17
|
"office365",
|
18
18
|
"sharepoint"
|
19
19
|
],
|
20
|
-
"author": "
|
21
|
-
"dependencies": {
|
22
|
-
},
|
20
|
+
"author": "Omnia Digital Workplace AB",
|
21
|
+
"dependencies": {},
|
23
22
|
"bugs": {
|
24
|
-
"url": "https://github.com/
|
23
|
+
"url": "https://github.com/omniaintranet/OmniaFx/issues"
|
25
24
|
},
|
26
|
-
"homepage": "https://github.com/
|
27
|
-
}
|
25
|
+
"homepage": "https://github.com/omniaintranet/OmniaFx#readme"
|
26
|
+
}
|