File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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" ,
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 },
You can’t perform that action at this time.
0 commit comments