Skip to content

Commit

Permalink
Build and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
darthwesker committed Mar 27, 2019
1 parent df683e2 commit 2be5dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/authProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var authProvider = function authProvider(loginApiUrl) {
return Promise.reject({ redirectTo: noAccessPage });
}
}
return Promise.reject('Unkown method');
return Promise.reject('Unknown method');
};
};
exports.authProvider = authProvider;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-admin-loopback",
"version": "1.0.3",
"version": "1.0.4",
"description": "Packages related to using Loopback with react-admin",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 2be5dbe

Please sign in to comment.