Skip to content

Commit b2f2462

Browse files
committedMay 13, 2021
bump version number
1 parent be095e6 commit b2f2462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.eslintrc.json
2-
.travis.yml
2+
.circleci
33
/node_modules/
44
/src
55
coverage

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ansi-to-html",
3-
"version": "0.6.14",
3+
"version": "0.6.15",
44
"description": "Convert ansi escaped text streams to html.",
55
"main": "lib/ansi_to_html.js",
66
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.