diff --git a/package.json b/package.json index adfa86e..6b3a981 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "files": [ "lib" ], - "main": "./lib/mk.js", + "main": "./lib/kanren.js", "scripts": { "compile": "tsc", "prepublishOnly": "npm run compile", diff --git a/src/mk.spec.ts b/src/kanren.spec.ts similarity index 99% rename from src/mk.spec.ts rename to src/kanren.spec.ts index d9eb75b..2da95fd 100644 --- a/src/mk.spec.ts +++ b/src/kanren.spec.ts @@ -1,4 +1,4 @@ -import { kanren } from "./mk"; +import { kanren } from "./kanren"; import { IState } from "./data/State"; import { List } from "immutable"; import { Goal } from "./data/Goal"; diff --git a/src/mk.ts b/src/kanren.ts similarity index 100% rename from src/mk.ts rename to src/kanren.ts