Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

V1.0.x #8

Merged
merged 2 commits into from
Jul 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ countSpaces("Hello World");
- make clone
- create a pull request
- feel free to open an issue


- OPEN FOR BEGINNERS AND NEW CONTRIBUTORS
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "counting-str",
"version": "1.0.4",
"version": "1.0.5",
"description": "Module for counting strings, characters length",
"main": "index.js",
"scripts": {
Expand Down