diff --git a/package.json b/package.json
index 047adf9..0a4aaa9 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"description": "Terminal string styling done right",
"license": "MIT",
"repository": "chalk/chalk",
+ "funding": "https://github.com/chalk/chalk?sponsor=1",
"main": "source",
"engines": {
"node": ">=8"
@@ -49,7 +50,7 @@
"execa": "^3.2.0",
"import-fresh": "^3.1.0",
"matcha": "^0.7.0",
- "nyc": "^14.1.1",
+ "nyc": "^15.0.0",
"resolve-from": "^5.0.0",
"tsd": "^0.7.4",
"xo": "^0.25.3"
diff --git a/readme.md b/readme.md
index c38fa60..a0ca245 100644
--- a/readme.md
+++ b/readme.md
@@ -13,7 +13,6 @@
-
## Highlights
- Expressive API
@@ -24,8 +23,7 @@
- Doesn't extend `String.prototype`
- Clean and focused
- Actively maintained
-- [Used by ~46,000 packages](https://www.npmjs.com/browse/depended/chalk) as of October 1, 2019
-
+- [Used by ~50,000 packages](https://www.npmjs.com/browse/depended/chalk) as of January 1, 2020
## Install
@@ -33,7 +31,6 @@
$ npm install chalk
```
-
## Usage
```js
@@ -107,7 +104,6 @@ console.log(chalk.green('Hello %s'), name);
//=> 'Hello Sindre'
```
-
## API
### chalk.`