Skip to content

Commit 81f46ca

Browse files
committed
Update package json.
1 parent e9559fd commit 81f46ca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-algorithms",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"description": "Algorithms and data-structures implemented on JavaScript",
55
"main": "index.js",
66
"scripts": {
@@ -24,7 +24,10 @@
2424
"data-structures",
2525
"javascript",
2626
"algorithm",
27-
"javascript-algorithms"
27+
"javascript-algorithms",
28+
"sorting-algorithms",
29+
"graph",
30+
"tree"
2831
],
2932
"author": "Oleksii Trekhleb (https://www.linkedin.com/in/trekhleb/)",
3033
"license": "MIT",

0 commit comments

Comments
 (0)