File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Graphlib is a JavaScript library that provides data structures for undirected
5
5
and directed multi-graphs along with algorithms that can be used with them.
6
6
7
7
[ ![ Build Status] ( https://github.com/dagrejs/graphlib/workflows/Build%20Status/badge.svg?branch=master )] ( https://github.com/dagrejs/graphlib/actions?query=workflow%3A%22Build+Status%22 )
8
- [ ![ npm] ( https://img.shields.io/npm/v/@dagrejs/graphlib.svg )] ( https://www.npmjs.com/package/graphlib )
8
+ [ ![ npm] ( https://img.shields.io/npm/v/@dagrejs/graphlib.svg )] ( https://www.npmjs.com/package/@dagrejs/ graphlib )
9
9
10
10
To learn more [ see our Wiki] ( https://github.com/cpettitt/graphlib/wiki ) .
11
11
Original file line number Diff line number Diff line change 1
- module . exports = '2.2.3-pre ' ;
1
+ module . exports = '2.2.3' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dagrejs/graphlib" ,
3
- "version" : " 2.2.3-pre " ,
3
+ "version" : " 2.2.3" ,
4
4
"description" : " A directed and undirected multi-graph library" ,
5
5
"author" :
" Chris Pettitt <[email protected] >" ,
6
6
"license" : " MIT" ,
47
47
"type" : " git" ,
48
48
"url" : " https://github.com/dagrejs/graphlib.git"
49
49
}
50
- }
50
+ }
You can’t perform that action at this time.
0 commit comments