Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed May 12, 2020
1 parent dffd822 commit 56fe4c4
Show file tree
Hide file tree
Showing 4 changed files with 1,001 additions and 976 deletions.
2 changes: 1 addition & 1 deletion dist/umd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(global = global || self, factory(global.axiosEndpoints = {}, global.axios));
}(this, (function (exports, axios) { 'use strict';

axios = axios && axios.hasOwnProperty('default') ? axios['default'] : axios;
axios = axios && Object.prototype.hasOwnProperty.call(axios, 'default') ? axios['default'] : axios;

/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Expand Down
Loading

0 comments on commit 56fe4c4

Please sign in to comment.