We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbf19f commit 50134e6Copy full SHA for 50134e6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "javascriptfeed-sources",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "All the best JavaScript articles and tutorials from around the web in one place.",
5
"main": "index.js",
6
"scripts": {
@@ -15,5 +15,11 @@
15
"aggregator"
16
],
17
"author": "Trey Huffine",
18
- "license": "ISC"
+ "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"
25
}
0 commit comments