Skip to content

Commit b3af855

Browse files
committed
Updated type export
1 parent 24c1eaa commit b3af855

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lup-utils",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "NodeJS library providing utility functions.",
55
"main": "./lib/index",
66
"types": "./lib/index.d.ts",
@@ -14,9 +14,9 @@
1414
"types": "./lib/json.d.ts",
1515
"default": "./lib/json.js"
1616
},
17-
"./objects": {
18-
"types": "./lib/objects.d.ts",
19-
"default": "./lib/objects.js"
17+
"./object": {
18+
"types": "./lib/object.d.ts",
19+
"default": "./lib/object.js"
2020
},
2121
"./string": {
2222
"types": "./lib/string.d.ts",

0 commit comments

Comments
 (0)