Skip to content

Commit

Permalink
Rename mk.ts to kanren.ts; update main property in package.json to re…
Browse files Browse the repository at this point in the history
…flect the renaming (refs #2)
  • Loading branch information
joshcox committed Apr 10, 2019
1 parent a902633 commit 318551c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"files": [
"lib"
],
"main": "./lib/mk.js",
"main": "./lib/kanren.js",
"scripts": {
"compile": "tsc",
"prepublishOnly": "npm run compile",
Expand Down
2 changes: 1 addition & 1 deletion src/mk.spec.ts → 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";
Expand Down
File renamed without changes.

0 comments on commit 318551c

Please sign in to comment.