[CORL-314] Rename to Coral (#2318)

* chore: rename talk to coral

* fix: lint and unit tests

* fix: snapshot
This commit is contained in:
Kiwi
2019-05-22 21:32:24 +02:00
committed by GitHub
parent 3ea696fcc8
commit 6da97c57d7
1017 changed files with 3007 additions and 3001 deletions
@@ -1,4 +1,4 @@
import { parseQuery, stringifyQuery } from "talk-common/utils";
import { parseQuery, stringifyQuery } from "coral-common/utils";
import buildURL from "./buildURL";
import parseURL from "./parseURL";
@@ -1,4 +1,4 @@
import { parseQuery } from "talk-common/utils";
import { parseQuery } from "coral-common/utils";
export default function parseQueryHash(
hash: string