Skip to content

Commit

Permalink
js: set json to true
Browse files Browse the repository at this point in the history
  • Loading branch information
tflanagan committed Oct 29, 2019
1 parent 83340d0 commit 955e174
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "quickbase",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "A lightweight, very flexible QuickBase API",
"keywords": [
"quickbase",
Expand Down
2 changes: 1 addition & 1 deletion quickbase.browserify.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion quickbase.js
Expand Up @@ -71,7 +71,8 @@ class QuickBase {
'realmHostName': this.settings.realm,
'client_id': this.settings.clientId,
'client_secret': this.settings.clientSecret
}
},
json: true
};
}

Expand Down

0 comments on commit 955e174

Please sign in to comment.