We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f1bc5 commit d6f9ba5Copy full SHA for d6f9ba5
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "js-graph-algorithms",
3
- "version": "1.0.15",
+ "version": "1.0.16",
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": "./src/jsgraphs.js",
+ "main": "index.js",
11
"typings": "src/jsgraphs.d.ts",
12
"directories": {
13
"test": "test"
0 commit comments