From 3a236d7137c4f8fdb8b7f77c1ac5cbd97528a072 Mon Sep 17 00:00:00 2001 From: tree Date: Thu, 25 Jan 2024 19:31:23 +0100 Subject: [PATCH] update --- package.json | 3 ++- src/contributors.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 349015b..da9fa6f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "events": "deno run --allow-all utils/events.js", "articles": "deno run --allow-all utils/articles.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": { "@astrojs/tailwind": "^5.0.2", diff --git a/src/contributors.json b/src/contributors.json index 778391c..03dcd4a 100644 --- a/src/contributors.json +++ b/src/contributors.json @@ -39,7 +39,7 @@ "received_events_url": "https://api.github.com/users/burningtree/received_events", "type": "User", "site_admin": false, - "contributions": 280 + "contributions": 281 }, { "login": "cryptomar1o",