Comparing version 1.0.5 to 1.0.7
{ | ||
"name": "draftlog", | ||
"version": "1.0.5", | ||
"version": "1.0.7", | ||
"description": "Update logged lines after logging them", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,2 +8,4 @@ ![DraftLog](midia/draftlog.png) | ||
![DraftLog GIF](midia/draftlog.gif) | ||
[build-status-image]: https://img.shields.io/travis/ivanseidel/node-draftlog.svg | ||
@@ -10,0 +12,0 @@ [build-status-url]: http://travis-ci.org/ivanseidel/node-draftlog |
@@ -6,2 +6,3 @@ 'use strict' | ||
const tests = [].concat( | ||
require('./tests.package'), | ||
require('./tests.CSIHelper'), | ||
@@ -8,0 +9,0 @@ require('./tests.lineCountStream') |
@@ -16,7 +16,7 @@ const chalk = require('chalk') | ||
function CSIsave() { | ||
assert.equal(Lib.CSIHelper.save(), '\033[s') | ||
assert.equal(Lib.CSIHelper.save(), '\u001b7') | ||
} | ||
function CSIrestore() { | ||
assert.equal(Lib.CSIHelper.restore(), '\033[u') | ||
assert.equal(Lib.CSIHelper.restore(), '\u001b8') | ||
} | ||
@@ -23,0 +23,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2445790
23
539
143