Skip to content

Commit

Permalink
Update the readme slightly and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SegFaultx64 committed Dec 17, 2020
1 parent 376eaef commit 7bc9bfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# typescript-graph

This library provides some basic [graph](https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)) data structures and algorithms.
This library provides some basic graph data structures and algorithms.

Full docs are availible [here](https://segfaultx64.github.io/typescript-graph/)

It supports undirected graphs, directed graphs and directed acyclic graphs (including inforcing acyclicality). It does not support weighted graphs at this time.

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "typescript-graph",
"version": "0.0.0",
"homepage": "https: //segfaultx64.github.io/typescript-graph/",
"version": "0.1.1",
"description": "",
"keywords": [],
"main": "dist/typescript-graph.umd.js",
Expand All @@ -12,7 +13,7 @@
"author": "Max Walker <[email protected]>",
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/SegFaultx64/typescript-graph"
},
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 7bc9bfd

Please sign in to comment.