We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60b329 commit 7d88c5cCopy full SHA for 7d88c5c
browser.ts src/browser.tsbrowser.ts renamed to src/browser.ts
@@ -1,4 +1,4 @@
1
-import { parseToJSON } from "./src/parser";
+import { parseToJSON } from "./parser";
2
3
/**
4
* Parses an OWL file to a json tree of nodes
index.ts src/index.tsindex.ts renamed to src/index.ts
@@ -1,6 +1,6 @@
-import { parseToJSON, parseToTable } from "./src/parser";
+import { parseToJSON, parseToTable } from "./parser";
import { program } from "commander";
-import { writeJSONFile, writeFile } from "./src/utils";
+import { writeJSONFile, writeFile } from "./utils";
import * as fs from "fs";
5
6
0 commit comments