mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
update
This commit is contained in:
parent
40d365c0dc
commit
3a236d7137
2 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,8 @@
|
||||||
"events": "deno run --allow-all utils/events.js",
|
"events": "deno run --allow-all utils/events.js",
|
||||||
"articles": "deno run --allow-all utils/articles.js",
|
"articles": "deno run --allow-all utils/articles.js",
|
||||||
"talks": "deno run --allow-all utils/talks.js",
|
"talks": "deno run --allow-all utils/talks.js",
|
||||||
"explorer": "deno run --allow-all utils/explorer.js"
|
"explorer": "deno run --allow-all utils/explorer.js",
|
||||||
|
"all": "npm run contribs && npm run events && npm run articles && npm run talks && npm run explorer"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/tailwind": "^5.0.2",
|
"@astrojs/tailwind": "^5.0.2",
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
"received_events_url": "https://api.github.com/users/burningtree/received_events",
|
"received_events_url": "https://api.github.com/users/burningtree/received_events",
|
||||||
"type": "User",
|
"type": "User",
|
||||||
"site_admin": false,
|
"site_admin": false,
|
||||||
"contributions": 280
|
"contributions": 281
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"login": "cryptomar1o",
|
"login": "cryptomar1o",
|
||||||
|
|
Loading…
Reference in a new issue