Skip to content

Commit 9748805

Browse files
committed
added readme.md because npm needs it
1 parent 4fb4135 commit 9748805

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ toc::[]
1717
1818
image:book/cover.png[link=https://gum.co/dsajs, height=400]
1919

20-
## Data Structures
20+
== Data Structures
2121
We are covering the following data structures.
2222

2323
image:https://user-images.githubusercontent.com/418605/46118890-ba721180-c1d6-11e8-82bc-6a671428b422.png[link=https://embed.kumu.io/85f1a4de5fb8430a10a1bf9c5118e015]

README.md

Whitespace-only changes.

book/chapters/preface.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ Measurement is the first step that leads to control and eventually to improvemen
8282

8383
Your feedback is very welcome and valuable. Let us know what your thoughts about this book — what you like or ideas to make it better.
8484

85-
To send us feedback, e-mail us at [email protected], send a tweet to @amejiarosario, or post a question on Stack Overflow using the `algorithms`, `javascript` tags.
85+
To send us feedback, e-mail us at [email protected], send a tweet to https://twitter.com/amejiarosario[@amejiarosario], or using the hash tags `#dsaJS`, `#javascript` and `#algorithms`.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dsa.js",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Data Structures & Algorithms in JS",
55
"main": "./src/data-structures/graphs/graph.js",
66
"dependencies": {
@@ -25,7 +25,7 @@
2525
"algorithms",
2626
"data structures",
2727
"javascript",
28-
"array",
28+
"graphs",
2929
"linked lists",
3030
"binary search trees"
3131
],

0 commit comments

Comments
 (0)