Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaloCobains committed Nov 13, 2023
1 parent ecdb92e commit 85d9607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const Graph = require('bindings')('graph.node').Graph

module.exports = Graph
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@italocobains/graph",
"version": "1.0.6",
"version": "1.0.7",
"description": "This is a lib write by c++ and nodejs addon api for graph algorithm.",
"main": "./dist/graph.js",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "tsc",
Expand Down

0 comments on commit 85d9607

Please sign in to comment.