perfect-gui 3.5.7 → 3.5.9

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,6 +1,6 @@
1
1
  {
2
2
  "name": "perfect-gui",
3
- "version": "3.5.7",
3
+ "version": "3.5.9",
4
4
  "description": "Nice and simple GUI for JavaScript.",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -6,14 +6,13 @@
6
6
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
7
  <title>Perfect GUI</title>
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <script defer src="./bundle.js?166a9da11b001ec1b300"></script>
10
9
  <link href="main.css?166a9da11b001ec1b300" rel="stylesheet">
11
10
 
12
11
  <meta name="author" content="Thibaut Foussard">
13
12
  <meta name="description" content="Nice and simple GUI for JavaScript">
14
13
  <link rel="canonical" href="https://thibka.github.io/perfect-gui/public/">
15
14
 
16
- <meta property="og:image" content="https://thibka.github.io/perfect-gui/_data/social.png">
15
+ <meta property="og:image" content="https://raw.githubusercontent.com/thibka/thibka.github.io/master/perfect-gui/_data/social.png">
17
16
  <meta property="og:image:type" content="image/jpg">
18
17
  <meta property="og:image:width" content="1200">
19
18
  <meta property="og:image:height" content="628">
@@ -22,10 +21,10 @@
22
21
  <meta property="og:title" content="Perfect GUI">
23
22
  <meta property="og:description" content="Nice and simple GUI for JavaScript">
24
23
 
25
- <link rel="apple-touch-icon" sizes="180x180" href="https://thibka.github.io/perfect-gui/_data/fav/180x180.png">
26
- <link rel="icon" type="image/png" sizes="32x32" href="https://thibka.github.io/perfect-gui/_data/fav/32x32.png">
27
- <link rel="icon" type="image/png" sizes="16x16" href="https://thibka.github.io/perfect-gui/_data/fav/16x16.png">
28
- <link rel="shortcut icon" href="https://thibka.github.io/perfect-gui/_data/fav/16x16.ico">
24
+ <link rel="apple-touch-icon" sizes="180x180" href="https://raw.githubusercontent.com/thibka/thibka.github.io/master/perfect-gui/_data/fav/180x180.png">
25
+ <link rel="icon" type="image/png" sizes="32x32" href="https://raw.githubusercontent.com/thibka/thibka.github.io/master/perfect-gui/_data/fav/32x32.png">
26
+ <link rel="icon" type="image/png" sizes="16x16" href="https://raw.githubusercontent.com/thibka/thibka.github.io/master/perfect-gui/_data/fav/16x16.png">
27
+ <link rel="shortcut icon" href="https://raw.githubusercontent.com/thibka/thibka.github.io/master/perfect-gui/_data/fav/180x180.ico">
29
28
  </head>
30
29
 
31
30
  <body>