Skip to content

Commit d3be9c6

Browse files
committedMay 3, 2019
Drop built-in Flow type definition
I don't want to be responsible for maintaining it. Submit it to https://github.com/flow-typed/flow-typed if you need it.
1 parent 98628d9 commit d3be9c6

File tree

5 files changed

+3
-195
lines changed

5 files changed

+3
-195
lines changed
 

‎.flowconfig

-6
This file was deleted.

‎index.js.flow

-93
This file was deleted.

‎package.json

+2-9
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
"node": ">=8"
99
},
1010
"scripts": {
11-
"test": "xo && nyc ava && tsd && flow",
11+
"test": "xo && nyc ava && tsd",
1212
"bench": "matcha benchmark.js"
1313
},
1414
"files": [
1515
"index.js",
1616
"templates.js",
17-
"index.d.ts",
18-
"index.js.flow"
17+
"index.d.ts"
1918
],
2019
"keywords": [
2120
"color",
@@ -50,17 +49,11 @@
5049
"ava": "^1.4.1",
5150
"coveralls": "^3.0.3",
5251
"execa": "^1.0.0",
53-
"flow-bin": "^0.98.0",
5452
"import-fresh": "^3.0.0",
5553
"matcha": "^0.7.0",
5654
"nyc": "^14.0.0",
5755
"resolve-from": "^5.0.0",
5856
"tsd": "^0.7.2",
5957
"xo": "^0.24.0"
60-
},
61-
"xo": {
62-
"ignores": [
63-
"test/_flow.js"
64-
]
6558
}
6659
}

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
> Terminal string styling done right
1111
12-
[![Build Status](https://travis-ci.org/chalk/chalk.svg?branch=master)](https://travis-ci.org/chalk/chalk) [![Coverage Status](https://coveralls.io/repos/github/chalk/chalk/badge.svg?branch=master)](https://coveralls.io/github/chalk/chalk?branch=master) [![npm dependents](https://badgen.net/npm/dependents/chalk)](https://www.npmjs.com/package/chalk?activeTab=dependents) [![Downloads](https://badgen.net/npm/dt/chalk)](https://www.npmjs.com/package/chalk) [![](https://img.shields.io/badge/unicorn-approved-ff69b4.svg)](https://www.youtube.com/watch?v=9auOCbH5Ns4) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo) ![TypeScript- and Flow-ready](https://img.shields.io/npm/types/chalk.svg)
12+
[![Build Status](https://travis-ci.org/chalk/chalk.svg?branch=master)](https://travis-ci.org/chalk/chalk) [![Coverage Status](https://coveralls.io/repos/github/chalk/chalk/badge.svg?branch=master)](https://coveralls.io/github/chalk/chalk?branch=master) [![npm dependents](https://badgen.net/npm/dependents/chalk)](https://www.npmjs.com/package/chalk?activeTab=dependents) [![Downloads](https://badgen.net/npm/dt/chalk)](https://www.npmjs.com/package/chalk) [![](https://img.shields.io/badge/unicorn-approved-ff69b4.svg)](https://www.youtube.com/watch?v=9auOCbH5Ns4) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo) ![TypeScript-ready](https://img.shields.io/npm/types/chalk.svg)
1313

1414
<img src="https://cdn.jsdelivr.net/gh/chalk/ansi-styles@8261697c95bf34b6c7767e2cbe9941a851d59385/screenshot.svg" width="900">
1515

‎test/_flow.js

-86
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.