Update package json.

This commit is contained in:
Oleksii Trekhleb 2018-05-21 14:35:18 +03:00
parent e9559fdf90
commit 81f46ca2ee

View File

@ -1,6 +1,6 @@
{
"name": "javascript-algorithms",
"version": "1.0.0",
"version": "0.0.1",
"description": "Algorithms and data-structures implemented on JavaScript",
"main": "index.js",
"scripts": {
@ -24,7 +24,10 @@
"data-structures",
"javascript",
"algorithm",
"javascript-algorithms"
"javascript-algorithms",
"sorting-algorithms",
"graph",
"tree"
],
"author": "Oleksii Trekhleb (https://www.linkedin.com/in/trekhleb/)",
"license": "MIT",