longest-streak
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "longest-streak", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Count the longest repeating streak of a character", | ||
@@ -16,2 +16,6 @@ "license": "MIT", | ||
"bugs": "https://github.com/wooorm/longest-streak/issues", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/wooorm" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -27,9 +31,9 @@ "contributors": [ | ||
"browserify": "^16.0.0", | ||
"nyc": "^14.0.0", | ||
"prettier": "^1.12.1", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"tape": "^4.6.2", | ||
"tinyify": "^2.5.0", | ||
"xo": "^0.24.0" | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.0.0", | ||
"remark-cli": "^7.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.0.0", | ||
"xo": "^0.25.0" | ||
}, | ||
@@ -36,0 +40,0 @@ "scripts": { |
@@ -10,11 +10,11 @@ # longest-streak | ||
## Installation | ||
## Install | ||
[npm][]: | ||
```bash | ||
```sh | ||
npm install longest-streak | ||
``` | ||
## Usage | ||
## Use | ||
@@ -21,0 +21,0 @@ ```js |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5155