Skip to content

Commit

Permalink
Fix url-join import
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonette committed Mar 29, 2018
1 parent 080c1c0 commit e96fd12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fetch-salesforce",
"version": "2.0.0",
"version": "2.0.1",
"description":
"A client for Salesforce using React Native friendly Fetch requests.",
"main": "build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/fetcher.ts
@@ -1,6 +1,6 @@
import * as events from "events";
import * as querystring from "querystring";
import urlJoin from "url-join";
import * as urlJoin from "url-join";

import {
FetchSalesforceRequestError,
Expand Down

0 comments on commit e96fd12

Please sign in to comment.