-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update: updated package.json for seo
- Loading branch information
1 parent
b11ad8b
commit d0e806b
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,31 @@ | ||
{ | ||
"name": "30-days-cpp", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "30 days of CPP programming challenge is a step-by-step guide to learn CPP programming language in 30 days. Master the fundamental concepts of CPP Programming easily.", | ||
"keywords": [ | ||
"cpp", | ||
"cpp programming", | ||
"30 days of cpp", | ||
"cpp programming challenge", | ||
"cpp programming tutorial", | ||
"cpp programming for beginners", | ||
"cpp programming language", | ||
"cpp programming language tutorial", | ||
"cpp programming language for beginners" | ||
], | ||
"author": { | ||
"name": "Shubhadip Bhowmik", | ||
"email": "[email protected]", | ||
"url": "https://subhadipbhowmik.github.io/30-Days-Of-CPP/" | ||
}, | ||
"homepage": "https://subhadipbhowmik.github.io/30-Days-Of-CPP/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/subhadipbhowmik/30-Days-Of-CPP" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/subhadipbhowmik/30-Days-Of-CPP/issues" | ||
}, | ||
"private": true, | ||
"scripts": { | ||
"docusaurus": "docusaurus", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters