Skip to content

Commit dddc58d

Browse files
committed
readme update; version bump;
1 parent d1618bb commit dddc58d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Optionally you then should add the source file to your build pipeline, if you ar
146146
## Documentation
147147
Check out the *jsdoc* documentations:
148148
* [LuckyCase static class version](doc/lucky-case.jsdoc.md)
149-
* [LuckyCase string monkey patching version](doc/lucky-case-string.jsdoc.md)
149+
* [LuckyCase string monkey patched version](doc/lucky-case-string.jsdoc.md)
150150

151151

152152

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lucky-case",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "The lucky javascript library to identify and convert strings from any letter case to another",
55
"exports": {
66
".": "./src/lucky-case/lucky-case.js",
@@ -10,6 +10,7 @@
1010
"scripts": {
1111
"test": "jasmine",
1212
"build": "node scripts/build.js",
13+
"publish": "npm publish",
1314
"doc": "node scripts/doc.js"
1415
},
1516
"repository": {

0 commit comments

Comments
 (0)