Skip to content

Commit 50134e6

Browse files
committed
Update package.json
1 parent 5bbf19f commit 50134e6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascriptfeed-sources",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "All the best JavaScript articles and tutorials from around the web in one place.",
55
"main": "index.js",
66
"scripts": {
@@ -15,5 +15,11 @@
1515
"aggregator"
1616
],
1717
"author": "Trey Huffine",
18-
"license": "ISC"
18+
"license": "MIT",
19+
"repository" : {
20+
"type" : "git",
21+
"url" : "https://github.com/gitconnected/javascriptfeed-sources.git"
22+
},
23+
"homepage": "https://javascriptfeed.com",
24+
"bugs": "https://github.com/gitconnected/javascriptfeed-sources/issues"
1925
}

0 commit comments

Comments
 (0)