Skip to content

Commit

Permalink
Update Node Port version.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 19, 2019
1 parent bc7c685 commit 3093452
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/ports/node_port/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/ports/node_port/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacall",
"version": "0.1.1",
"version": "0.1.2",
"description": "Call Python, C#, Ruby... functions from NodeJS (a NodeJS Port for MetaCall)",
"repository": "github:metacall/core",
"bugs": "https://github.com/metacall/core/issues",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,5 @@ TEST_F(metacall_inspect_test, DefaultConstructor)
metacall_allocator_destroy(allocator);
}


EXPECT_EQ((int) 0, (int) metacall_destroy());
}

0 comments on commit 3093452

Please sign in to comment.