diff --git a/dist/index.html b/dist/index.html index cdd4a5f95..09a9be946 100644 --- a/dist/index.html +++ b/dist/index.html @@ -2,7 +2,7 @@ Beautiful Atlas - +
- + \ No newline at end of file diff --git a/package.json b/package.json index a03d1045b..e682cef5b 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,7 @@ "koa-webpack-hot-middleware": "^1.0.3", "localenv": "^0.2.2", "lodash": "^4.13.1", + "lodash.orderby": "^4.4.0", "marked": "^0.3.5", "moment": "^2.13.0", "node-dev": "^3.1.0", diff --git a/server/api/atlases.js b/server/api/atlases.js index 4e1d52a34..44a6921e9 100644 --- a/server/api/atlases.js +++ b/server/api/atlases.js @@ -1,6 +1,6 @@ import Router from 'koa-router'; import httpErrors from 'http-errors'; -import _orderBy from 'lodash/orderby'; +import _orderBy from 'lodash.orderby'; import auth from './authentication'; import pagination from './middlewares/pagination'; diff --git a/server/presenters.js b/server/presenters.js index 29118134b..45674ad3d 100644 --- a/server/presenters.js +++ b/server/presenters.js @@ -1,4 +1,4 @@ -import _orderBy from 'lodash/orderby'; +import _orderBy from 'lodash.orderby'; import Document from './models/Document'; export function presentUser(user) {