Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Oct 24, 2020
1 parent dbf5048 commit c5f72b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion methods/array/sortBy.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import orderBy from './orderBy'

const sortBy: typeof orderBy
export const sortBy: typeof orderBy

export default sortBy
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xe-utils",
"version": "2.7.17",
"version": "2.7.18",
"description": "JavaScript 函数库、工具类",
"main": "index.js",
"unpkg": "dist/xe-utils.umd.min.js",
Expand Down

0 comments on commit c5f72b3

Please sign in to comment.