Skip to content

Commit

Permalink
Merge pull request #65 from raj-rathod/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
raj-rathod authored Sep 19, 2022
2 parents b0cbf50 + b1b7455 commit a40a773
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -30,6 +30,7 @@
"trailingComma": "es5"
},
"name": "@raj-rathod/dsa-methods",
"description": "This package is developed for functionality of data structures and algorithms, some standard examples of algorithms are implemented",
"author": "Rajesh Rathore",
"module": "dist/dsa-questions.esm.js",
"size-limit": [
Expand All @@ -50,6 +51,21 @@
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"keywords": [
"Dsa",
"Data structures and algorithms",
"leetcode solution",
"algorithms",
"data structures",
"faang interviews",
"dsa learning series",
"dsa questions",
"dsa practice",
"dsa methods",
"faang preparation",
"faang questions",
"dsa project"
],
"repository": {
"type": "git",
"url": "git+https://github.com/raj-rathod/DSA-questions.git"
Expand Down

0 comments on commit a40a773

Please sign in to comment.