Skip to content

Commit 79496bf

Browse files
committed
v0.4.7
1 parent 0f5aca0 commit 79496bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
"use strict";
22
var similar = require("./similar");
3-
module.exports = similar;
3+
var library = similar;
4+
module.exports = library;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "synt",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "Find similar functions and classes in your JavaScript/TypeScript code",
55
"author": "Brent Lintner <brent.lintner@gmail.com>",
66
"repository": {

0 commit comments

Comments
 (0)