Skip to content

Commit

Permalink
♻️ Use query-string instead of querystring
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Sep 5, 2019
1 parent 24229df commit 793ac2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import dayjs from "dayjs";
import utc from "dayjs/plugin/utc";
import { stringify } from "querystring";
import { stringify } from "query-string";

import { CalendarEvent, Google, Outlook, Yahoo } from "./interfaces";
import { TimeFormats } from './utils'
Expand Down

0 comments on commit 793ac2e

Please sign in to comment.