Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 6, 2022
1 parent e0ea816 commit 60685d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/normalize/lib/star_dot_path/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { list, get, has } from './get.js'
export { pick, include } from './include.js'
export { omit, exclude } from './omit.js'
export { pick, include } from './pick.js'
export { isParent } from './parsing/parent.js'
export { serialize } from './parsing/serialize.js'
export { parse } from './parsing/parse.js'
Expand Down

0 comments on commit 60685d9

Please sign in to comment.