We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4532b commit 657ebe3Copy full SHA for 657ebe3
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "lucky-case",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "The lucky javascript library to identify and convert strings from any letter case to another",
5
"exports": {
6
- ".": "./src/lucky-case/index.js",
+ ".": "./src/lucky-case/lucky-case.js",
7
"./": "./src/lucky-case/"
8
},
9
"main": "src/lucky-case/lucky-case.js",
0 commit comments