Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 66e8ef8

Browse files
authored
Merge pull request #569 from mgutz/fix-to-path-import
linux: fix topath import
2 parents 742a2e7 + 41ea6db commit 66e8ef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/utils/path-starts-with.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import toPath from 'lodash.toPath';
1+
import toPath from 'lodash.topath';
22

33
export default function pathStartsWith(pathString, subPathString) {
44
if (pathString === subPathString) return true;

src/utils/to-path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import _toPath from 'lodash.toPath';
1+
import _toPath from 'lodash.topath';
22
import endsWith from './ends-with';
33

44
export default function toPath(value) {

0 commit comments

Comments
 (0)