Compare commits

...

2 commits
main ... v2.4.2

Author SHA1 Message Date
Sindre Sorhus
9776a2ae5b 2.4.2 2019-01-05 22:45:27 +07:00
Timothy Yung
f95d9ec8c9 Strict mode in Flow definition (#309) 2019-01-05 22:44:56 +07:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// @flow
// @flow strict
type TemplateStringsArray = $ReadOnlyArray<string>;

View file

@ -1,6 +1,6 @@
{
"name": "chalk",
"version": "2.4.1",
"version": "2.4.2",
"description": "Terminal string styling done right",
"license": "MIT",
"repository": "chalk/chalk",