We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c1eaa commit b3af855Copy full SHA for b3af855
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lup-utils",
3
- "version": "1.2.4",
+ "version": "1.2.5",
4
"description": "NodeJS library providing utility functions.",
5
"main": "./lib/index",
6
"types": "./lib/index.d.ts",
@@ -14,9 +14,9 @@
14
"types": "./lib/json.d.ts",
15
"default": "./lib/json.js"
16
},
17
- "./objects": {
18
- "types": "./lib/objects.d.ts",
19
- "default": "./lib/objects.js"
+ "./object": {
+ "types": "./lib/object.d.ts",
+ "default": "./lib/object.js"
20
21
"./string": {
22
"types": "./lib/string.d.ts",
0 commit comments