@silexlabs/silex-dashboard 1.0.20 → 1.0.21
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/_includes/websites.html +1 -1
- package/_site/en/index.html +1 -1
- package/_site/fr/index.html +1 -1
- package/package.json +2 -2
package/_includes/websites.html
CHANGED
package/_site/en/index.html
CHANGED
|
@@ -239,7 +239,7 @@ window.addEventListener('load', function() {
|
|
|
239
239
|
|
|
240
240
|
|
|
241
241
|
><img
|
|
242
|
-
src="/
|
|
242
|
+
src="/assets/picto-silex@3x.png" href="" id="iel80b-2"
|
|
243
243
|
class="nav__logo "
|
|
244
244
|
|
|
245
245
|
|
package/_site/fr/index.html
CHANGED
|
@@ -239,7 +239,7 @@ window.addEventListener('load', function() {
|
|
|
239
239
|
|
|
240
240
|
|
|
241
241
|
><img
|
|
242
|
-
src="/
|
|
242
|
+
src="/assets/picto-silex@3x.png" href="" id="iel80b-2"
|
|
243
243
|
class="nav__logo "
|
|
244
244
|
|
|
245
245
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexlabs/silex-dashboard",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "Dashboard for Silex v3",
|
|
5
5
|
"main": ".silex.js",
|
|
6
6
|
"scripts": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"homepage": "https://github.com/silexlabs/silex-dashboard#readme",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@11ty/eleventy": "^2.0.1",
|
|
27
|
-
"@silexlabs/silex": "^3.0.0-alpha.
|
|
27
|
+
"@silexlabs/silex": "^3.0.0-alpha.59"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"locale": "^0.1.0",
|