Skip to content

Commit

Permalink
v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brentlintner committed Jun 30, 2017
1 parent 0f5aca0 commit 79496bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";
var similar = require("./similar");
module.exports = similar;
var library = similar;
module.exports = library;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synt",
"version": "0.4.6",
"version": "0.4.7",
"description": "Find similar functions and classes in your JavaScript/TypeScript code",
"author": "Brent Lintner <[email protected]>",
"repository": {
Expand Down

0 comments on commit 79496bf

Please sign in to comment.