Skip to content

Commit 0fff003

Browse files
authored
Add new links
Add links: - bundlejs - up-to.date - Autoprefixer - Pycoder's Weekly - Postgres Weekly
1 parent c189617 commit 0fff003

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

src/links.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "./links.schema.json",
2+
"$schema": "./links.schema.json",
33
"items": [
44
{
55
"name": "Managing projects",
@@ -222,10 +222,20 @@
222222
{
223223
"title": "BundlePhobia",
224224
"url": "https://bundlephobia.com",
225-
"description": "Check impact of npm packages at bundle size.",
225+
"description": "Check bundle size of npm packages.",
226226
"searchUrl": "https://bundlephobia.com/result?p={search}",
227227
"searchConcat": "%20"
228228
},
229+
{
230+
"title": "bundlejs",
231+
"url": "https://bundlejs.com",
232+
"description": "A npm package size checker."
233+
},
234+
{
235+
"title": "up-to.date/?",
236+
"url": "https://up-to.date",
237+
"description": "Check which version of a package or software is the latest."
238+
},
229239
{
230240
"title": "gitignore.io",
231241
"url": "https://www.toptal.com/developers/gitignore",
@@ -689,6 +699,13 @@
689699
"url": "https://lodash.com",
690700
"icon": "lodash",
691701
"color": "#3492ff"
702+
},
703+
{
704+
"title": "Autoprefixer",
705+
"url": "https://github.com/postcss/autoprefixer",
706+
"description": "Library that automatically insert browser prefixes into your CSS.",
707+
"icon": "autoprefixer",
708+
"color": "#DD3735"
692709
}
693710
]
694711
},
@@ -1513,6 +1530,18 @@
15131530
"icon": "go",
15141531
"color": "#00ADD8"
15151532
},
1533+
{
1534+
"title": "Pycoder's Weekly",
1535+
"url": "https://pycoders.com",
1536+
"icon": "python",
1537+
"color": "#3776AB"
1538+
},
1539+
{
1540+
"title": "Postgres Weekly",
1541+
"url": "https://postgresweekly.com",
1542+
"icon": "postgresql",
1543+
"color": "#4169E1"
1544+
},
15161545
{
15171546
"title": "daily.dev",
15181547
"url": "https://daily.dev"

0 commit comments

Comments
 (0)