Skip to content

Commit e7209a3

Browse files
author
Sergei Orlov
committed
🚑 Publish documentation and GitHub references
1 parent d9fc7b0 commit e7209a3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Gatsby source plugin for official Notion.so API",
55
"main": "index.js",
66
"publishConfig": {
7-
"registry": "https://registry-url"
7+
"registry": "https://registry-url",
8+
"access": "public"
89
},
910
"scripts": {
1011
"test": "ava",
@@ -21,6 +22,16 @@
2122
],
2223
"author": "Sergei Orlov <hello@orlow.dev> (https://orlow.dev/)",
2324
"license": "0BSD",
25+
"homepage": "https://github.com/orlowdev/gatsby-source-notion-api",
26+
"bugs": {
27+
"email": "hello@orlow.dev",
28+
"url": "https://github.com/orlowdev/gatsby-source-notion-api/issues"
29+
},
30+
"repository": {
31+
"type": "git",
32+
"url": "git+ssh://git@github.com/orlowdev/gatsby-source-notion-api.git"
33+
},
34+
"readme": "https://github.com/orlowdev/gatsby-source-notion-api#readme",
2435
"dependencies": {
2536
"node-fetch": "^2.6.1"
2637
},

0 commit comments

Comments
 (0)