We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5aca0 commit 79496bfCopy full SHA for 79496bf
lib/index.js
@@ -1,3 +1,4 @@
1
"use strict";
2
var similar = require("./similar");
3
-module.exports = similar;
+var library = similar;
4
+module.exports = library;
package.json
@@ -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",
5
"author": "Brent Lintner <brent.lintner@gmail.com>",
6
"repository": {
0 commit comments