mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-24 21:46:13 +08:00
Update package json.
This commit is contained in:
parent
e9559fdf90
commit
81f46ca2ee
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "javascript-algorithms",
|
"name": "javascript-algorithms",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"description": "Algorithms and data-structures implemented on JavaScript",
|
"description": "Algorithms and data-structures implemented on JavaScript",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -24,7 +24,10 @@
|
|||||||
"data-structures",
|
"data-structures",
|
||||||
"javascript",
|
"javascript",
|
||||||
"algorithm",
|
"algorithm",
|
||||||
"javascript-algorithms"
|
"javascript-algorithms",
|
||||||
|
"sorting-algorithms",
|
||||||
|
"graph",
|
||||||
|
"tree"
|
||||||
],
|
],
|
||||||
"author": "Oleksii Trekhleb (https://www.linkedin.com/in/trekhleb/)",
|
"author": "Oleksii Trekhleb (https://www.linkedin.com/in/trekhleb/)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
Reference in New Issue
Block a user