Skip to content

Commit

Permalink
Bumping NPM version to remove tags file
Browse files Browse the repository at this point in the history
  • Loading branch information
drudru committed Feb 11, 2019
1 parent a22b0d8 commit 1836e99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansi_up.js
Expand Up @@ -34,7 +34,7 @@ var PacketKind;
})(PacketKind || (PacketKind = {}));
var AnsiUp = (function () {
function AnsiUp() {
this.VERSION = "4.0.2";
this.VERSION = "4.0.3";
this.setup_palettes();
this._use_classes = false;
this._escape_for_html = true;
Expand Down
2 changes: 1 addition & 1 deletion ansi_up.ts
Expand Up @@ -50,7 +50,7 @@ interface TextPacket {

class AnsiUp
{
VERSION = "4.0.2";
VERSION = "4.0.3";

//
// *** SEE README ON GITHUB FOR PUBLIC API ***
Expand Down
2 changes: 1 addition & 1 deletion dist/ansi_up.js.include
Expand Up @@ -15,7 +15,7 @@ var PacketKind;
})(PacketKind || (PacketKind = {}));
var AnsiUp = (function () {
function AnsiUp() {
this.VERSION = "4.0.2";
this.VERSION = "4.0.3";
this.setup_palettes();
this._use_classes = false;
this._escape_for_html = true;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ansi_up",
"version": "4.0.2",
"version": "4.0.3",
"description": "Convert ansi sequences in strings to colorful HTML",
"keywords": [
"ansi",
Expand Down

0 comments on commit 1836e99

Please sign in to comment.