E571 Merge pull request #67 from dominikwilkowski/v320 · dominikwilkowski/cfonts@64ee9c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 64ee9c7

Browse files
Merge pull request #67 from dominikwilkowski/v320
Added TS types to npm package
2 parents ea3ff0c + 57262d6 commit 64ee9c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nodejs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ Please look at the coding style and work with it, not against it ;)
161161

162162
## Release History
163163

164+
* 3.2.0 - Added TS type to the published npm package
164165
* 3.1.1 - Fixed #58 gradient color bug, added `gray` to gradient colors
165166
* 3.1.0 - Added support for -V flag fallback
166167
* 3.0.0 - Added rust library port, aligned APIs, added hex background colors, fixed minor alignment bugs, updated license from GPLv2 to GPLv3

nodejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cfonts",
33
"description": "Sexy ANSI fonts for the console",
4-
"version": "3.1.1",
4+
"version": "3.2.0",
55
"homepage": "https://github.com/dominikwilkowski/cfonts",
66
"author": {
77
"name": "Dominik Wilkowski",
@@ -32,7 +32,7 @@
3232
"test:lint": "eslint src/",
3333
"test:format": "prettier --list-different \"**/*.{js,json}\"",
3434
"format": "prettier --write \"**/*.{js,json}\"",
35-
"build": "yarn build:lib && yarn build:bin && yarn build:fonts && yarn test:types",
35+
"build": "yarn build:lib && yarn build:bin && yarn build:fonts",
3636
"build:bin": "npx mkdirp bin && mv lib/bin.js bin/index.js",
3737
"build:lib": "npx mkdirp lib && babel src --out-dir lib",
3838
"build:fonts": "npx mkdirp fonts && npx cpy-cli \"../fonts/*\" \"./fonts/\"",

0 commit comments

Comments
 (0)
0