@things-factory/operato-tools 8.0.0-alpha.17 → 8.0.0-alpha.19
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-tools",
|
3
|
-
"version": "8.0.0-alpha.
|
3
|
+
"version": "8.0.0-alpha.19",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -39,7 +39,7 @@
|
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
41
|
"@things-factory/builder": "^8.0.0-alpha.10",
|
42
|
-
"@things-factory/meta-ui": "^8.0.0-alpha.
|
42
|
+
"@things-factory/meta-ui": "^8.0.0-alpha.19"
|
43
43
|
},
|
44
|
-
"gitHead": "
|
44
|
+
"gitHead": "9519b20f754d4e3cf0d21cf65660af7a4f50c4e0"
|
45
45
|
}
|
package/views/auth-page.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta charset="utf-8" />
|
5
5
|
<title>Operato Tools</title>
|
6
6
|
<meta name="generator" content="Things Factory Starter Kit" />
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
8
8
|
<meta name="description" content="Heart of Logistics" />
|
9
9
|
|
10
10
|
<base href="/" />
|
package/views/public/home.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta charset="utf-8" />
|
5
5
|
<title>Operato Tools</title>
|
6
6
|
<meta name="generator" content="Things Factory Starter Kit" />
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
8
8
|
<meta name="description" content="Heart of Logistics" />
|
9
9
|
|
10
10
|
<base href="/" />
|