Skip to content

Commit 8404f0f

Browse files
committed
Move namespace to parent directory
1 parent ede7f6f commit 8404f0f

File tree

109 files changed

+110
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+110
-110
lines changed

TODO.md

Lines changed: 1 addition & 1 deletion

docs/migration-guides/lodash/data/lodash_4_17_x.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ overEvery,N/A
293293
overSome,N/A
294294
property,utils/deep-get
295295
propertyOf,N/A
296-
range,math/generics/utils/*
297-
rangeRight,math/generics/utils/*
296+
range,math/utils/*
297+
rangeRight,math/utils/*
298298
runInContext,N/A
299299
stubArray,N/A
300300
stubFalse,N/A

docs/migration-guides/underscore/data/underscore_1_18_3.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lastIndexOf,(planned)
4343
sortedIndex,(planned)
4444
findIndex,utils/find
4545
findLastIndex,utils/find
46-
range,math/generics/utils/*
46+
range,math/utils/*
4747
bind,(planned)
4848
bindAll,(planned)
4949
partial,utils/papply

lib/node_modules/@stdlib/math/base/special/acos/README.md

Lines changed: 1 addition & 1 deletion

lib/node_modules/@stdlib/math/base/special/acos/examples/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/math/base/special/acosh/README.md

Lines changed: 1 addition & 1 deletion

lib/node_modules/@stdlib/math/base/special/acosh/examples/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/math/base/special/asin/README.md

Lines changed: 1 addition & 1 deletion

lib/node_modules/@stdlib/math/base/special/asin/examples/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/math/base/special/asinh/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)