wordscounter
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "wordscounter", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A words counter library", | ||
@@ -14,4 +14,6 @@ "main": "./dist/index.js", | ||
"babel-cli": "^6.24.1", | ||
"babel-preset-es2015": "^6.24.1" | ||
"babel-preset-es2015": "^6.24.1", | ||
"lorem-ipsum": "^1.0.4", | ||
"webpack": "^3.4.1" | ||
} | ||
} |
@@ -5,2 +5,5 @@ `wordscounter` is a simple library feet to count the number of occurences of words in a string. | ||
## Installation | ||
run `npm install --save wordscounter` in your root folder. | ||
Run `npm install --save wordscounter` in your root folder. | ||
## Example | ||
execute `example/index.html` and open your console, the JavaScript asset is already pre-build with webpack. |
@@ -7,3 +7,3 @@ 'use strict'; | ||
* | ||
* @param {string} text | ||
* @param {string} text : the text provided | ||
* | ||
@@ -10,0 +10,0 @@ * @return {Object} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10835
8
339
9
4
1