From d267126d2810dad8c61e9a8cc69f9f591704540b Mon Sep 17 00:00:00 2001 From: David Leal Date: Thu, 1 Jun 2023 01:18:16 +0000 Subject: [PATCH] chore: add `package.json` missing meta --- package.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 33cc0df..6eb06be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockchain-dev-path", - "version": "0.0.0", + "version": "0.0.1", "private": true, "scripts": { "docusaurus": "docusaurus", @@ -33,5 +33,26 @@ "last 1 firefox version", "last 1 safari version" ] - } + }, + "description": "Learn Blockchain and Web3 easily with our curated list of tips and resources.", + "directories": { + "doc": "docs" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/WebXDAO/blockchain-dev-path.git" + }, + "keywords": [ + "blockchain", + "development", + "tutorial", + "open-source", + "community" + ], + "author": "WebXDAO team", + "license": "MIT", + "bugs": { + "url": "https://github.com/WebXDAO/blockchain-dev-path/issues" + }, + "homepage": "https://github.com/WebXDAO/blockchain-dev-path#readme" }