wordprocessor
Advanced tools
+3
-3
@@ -14,5 +14,5 @@ 'use strict'; | ||
| console.log(textBlock.trim().split(' ')); | ||
| if (textBlock.trim().split(' ').length === 1 && textBlock.trim().split(' ')[0] === '') { | ||
| if (textBlock.trim().split(' ').length === 1 | ||
| && textBlock.trim().split(' ')[0] === '' | ||
| ) { | ||
| return 0; | ||
@@ -19,0 +19,0 @@ } |
+1
-1
| { | ||
| "name": "wordprocessor", | ||
| "version": "1.1.1", | ||
| "version": "1.1.2", | ||
| "description": "Process the word", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
94
1.08%5760
-0.52%