Skip to content

Commit cd2d8b3

Browse files
authored
Merge pull request #55 from webdevhome/add-links
2 parents 91baf5f + fec45fc commit cd2d8b3

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdevhome.github.io-vite",
3-
"version": "2.0.24",
3+
"version": "2.0.25",
44
"scripts": {
55
"dev": "vite",
66
"build": "tsc && vite build",

src/links.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,11 @@
505505
"icon": "keepachangelog",
506506
"color": "#E05735"
507507
},
508+
{
509+
"title": "Semver",
510+
"url": "https://semver.org",
511+
"description": "A detailed description of the versioning schema \"MAJOR.MINOR.PATCH\"."
512+
},
508513
{
509514
"title": "Gitmoji",
510515
"url": "https://gitmoji.carloscuesta.me",
@@ -689,7 +694,7 @@
689694
"title": "Angular",
690695
"url": "https://angular.io",
691696
"icon": "angular",
692-
"color": "#DD0031"
697+
"color": "#0F0F11"
693698
},
694699
{
695700
"title": "Lit",
@@ -872,6 +877,13 @@
872877
"icon": "lodash",
873878
"color": "#3492ff"
874879
},
880+
{
881+
"title": "date-fns",
882+
"url": "https://date-fns.org",
883+
"description": "date-fns provides the most comprehensive, yet simple and consistent toolset for manipulating JavaScript dates in a browser & Node.js.",
884+
"icon": "datefns",
885+
"color": "#770C56"
886+
},
875887
{
876888
"title": "Autoprefixer",
877889
"url": "https://github.com/postcss/autoprefixer",
@@ -1448,7 +1460,7 @@
14481460
},
14491461
{
14501462
"title": "ECMAScript Compatibility Table",
1451-
"url": "https://kangax.github.io/compat-table/es6",
1463+
"url": "https://compat-table.github.io/compat-table/es2016plus",
14521464
"description": "Table illustrating browser support of ECMAScript features."
14531465
},
14541466
{

0 commit comments

Comments
 (0)