bellman-ford
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "bellman-ford", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"gypfile": true, | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"description": "Bellman Ford algorithm for node.js", | ||
"main": "/build/Release/graph", | ||
"main": "index.js", | ||
"keywords": [ | ||
@@ -12,0 +12,0 @@ "bellman-ford", |
@@ -1,2 +0,2 @@ | ||
var graph_constructor = require('./build/Release/graph'); | ||
var graph_constructor = require('./index'); | ||
var graph = new graph_constructor.Graph(); | ||
@@ -3,0 +3,0 @@ |
15673