chalk 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js.flow CHANGED
@@ -90,6 +90,4 @@ export interface Chalk {
90
90
  supportsColor: ColorSupport
91
91
  };
92
92
 
93
- declare var chalk: Chalk;
94
-
95
- export default chalk;
93
+ declare module.exports: Chalk;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chalk",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Terminal string styling done right",
5
5
  "license": "MIT",
6
6
  "repository": "chalk/chalk",
package/readme.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <h1 align="center">
2
2
  <br>
3
3
  <br>
4
- <img width="320" src="https://cdn.rawgit.com/chalk/chalk/19935d6484811c5e468817f846b7b3d417d7bf4a/logo.svg" alt="chalk">
4
+ <img width="320" src="media/logo.svg" alt="Chalk">
5
5
  <br>
6
6
  <br>
7
7
  <br>