8000 fix: 1.3.1 version - fix omitByKeys import · coreui/coreui-utils@cf8927b · GitHub
[go: up one dir, main page]

Skip to content

Commit cf8927b

Browse files
committed
fix: 1.3.1 version - fix omitByKeys import
1 parent 21e3b9a commit cf8927b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/utils",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "CoreUI utility functions",
55
"sideEffects": false,
66
"keywords": [

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import getStyle from './get-style'
44
import hexToRgb from './hex-to-rgb'
55
import hexToRgba from './hex-to-rgba'
66
import makeUid from './make-uid'
7-
import omitByKeys from './make-uid'
7+
import omitByKeys from './omit-by-keys'
88
import pickByKeys from './pick-by-keys'
99
import rgbToHex from './rgb-to-hex'
1010

0 commit comments

Comments
 (0)
0