We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e1baf commit e3f1bc5Copy full SHA for e3f1bc5
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "js-graph-algorithms",
3
- "version": "1.0.14",
+ "version": "1.0.15",
4
"description": "Package implements data structures and algorithms for processing various types of graphs",
5
"author": "Xianshun Chen",
6
"contributors": [
7
"Xianshun Chen <xs0040@gmail.com>"
8
],
9
"license": "MIT",
10
- "main": "index.js",
+ "main": "./src/jsgraphs.js",
11
"typings": "src/jsgraphs.d.ts",
12
"directories": {
13
"test": "test"
0 commit comments