Skip to content

Commit d6f9ba5

Browse files
committed
fix the main pointing to the wrong file
1 parent e3f1bc5 commit d6f9ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "js-graph-algorithms",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "Package implements data structures and algorithms for processing various types of graphs",
55
"author": "Xianshun Chen",
66
"contributors": [
77
"Xianshun Chen <xs0040@gmail.com>"
88
],
99
"license": "MIT",
10-
"main": "./src/jsgraphs.js",
10+
"main": "index.js",
1111
"typings": "src/jsgraphs.d.ts",
1212
"directories": {
1313
"test": "test"

0 commit comments

Comments
 (0)