Skip to content

Commit 657ebe3

Browse files
committed
fix exports, version bump
1 parent cb4532b commit 657ebe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "lucky-case",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "The lucky javascript library to identify and convert strings from any letter case to another",
55
"exports": {
6-
".": "./src/lucky-case/index.js",
6+
".": "./src/lucky-case/lucky-case.js",
77
"./": "./src/lucky-case/"
88
},
99
"main": "src/lucky-case/lucky-case.js",

0 commit comments

Comments
 (0)