Skip to content

Commit 76b7f7a

Browse files
committed
Cleanups.
1 parent ae8ad9e commit 76b7f7a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ SVG component for dual-range-slider built with D3.js.
1212
[d3-table-cards](https://evoluteur.github.io/d3-table-cards/).
1313

1414

15-
(c) 2023 [Olivier Giulieri](https://evoluteur.github.io/).
15+
(c) 2024 [Olivier Giulieri](https://evoluteur.github.io/).

index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@
1414
gtag("config", "G-063933E3C2");
1515
</script>
1616
<title>d3-dual-range-slider</title>
17+
<link
18+
rel="canonical"
19+
href="https://evoluteur.github.io/d3-dual-range-slider"
20+
/>
1721
<meta name="viewport" content="width=device-width,initial-scale=1" />
1822
<meta name="description" content="SVG range slider for d3.js" />
1923
<meta
2024
name="keywords"
2125
content="d3, d3.js, dual, range, slider, svg, component, widget"
2226
/>
23-
2427
<link rel="icon" type="image/png" href="favicon.png" />
2528
<meta charset="utf-8" />
2629
<link rel="stylesheet" type="text/css" href="css/pages.css" />
@@ -79,7 +82,7 @@
7982
<a href="https://evoluteur.github.io/d3-table-cards/">d3-table-cards</a>.
8083
</div>
8184
<footer>
82-
&#169; 2023 <a href="https://evoluteur.github.io/">Olivier Giulieri</a>
85+
&#169; 2024 <a href="https://evoluteur.github.io/">Olivier Giulieri</a>
8386
</footer>
8487
</body>
8588
</html>

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.2",
44
"description": "SVG component for dual-range-slider built with D3.js.",
55
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
6-
"copyright": "(c) 2023 Olivier Giulieri",
6+
"copyright": "(c) 2024 Olivier Giulieri",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/evoluteur/d3-dual-range-slider.git"
@@ -13,6 +13,7 @@
1313
"bugs": "https://github.com/evoluteur/d3-dual-range-slider/issues",
1414
"keywords": [
1515
"d3",
16+
"d3js",
1617
"slider",
1718
"range",
1819
"range-slider",

0 commit comments

Comments
 (0)