This commit is contained in:
tree🌴 2024-01-25 19:31:23 +01:00
parent 40d365c0dc
commit 3a236d7137
2 changed files with 3 additions and 2 deletions

View File

@ -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",

View File

@ -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",