Skip to content

Commit 898c916

Browse files
committed
New sources
1 parent 24e0218 commit 898c916

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ sources.mediumCustomPublications = [
1111
id: 'levelup.gitconnected.com',
1212
twitter: 'gitconnected',
1313
},
14+
{
15+
url: 'https://javascript.plainenglish.io',
16+
id: 'javascript.plainenglish.io',
17+
twitter: 'JS_PlainEnglish',
18+
},
19+
{
20+
url: 'https://betterprogramming.pub',
21+
id: 'betterprogramming.pub',
22+
twitter: 'BttrProgramming',
23+
},
1424
{
1525
url: 'https://medium.freecodecamp.com',
1626
id: 'medium.freecodecamp.com',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascriptfeed-sources",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "All the best JavaScript articles and tutorials from around the web in one place.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)