Skip to content

Commit a24502e

Browse files
committed
Update docs
1 parent e1e7e80 commit a24502e

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

bin/truwrap

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var updateNotifier = _interopDefault(require('update-notifier'));
2626
var string = require('@thebespokepixel/string');
2727

2828
const name = "truwrap";
29-
const version = "1.0.0";
29+
const version = "1.0.1";
3030
const description = "Smarter terminal text wrapping (handles 24bit color)";
3131
const author = "Mark Griffiths <mark@thebespokepixel.com> (http://thebespokepixel.com/)";
3232
const main = "index.js";
@@ -62,7 +62,7 @@ const devDependencies = {
6262
ava: "^1.2.1",
6363
"babel-plugin-lodash": "^3.3.4",
6464
documentation: "^9.1.1",
65-
"documentation-theme-bespoke": "^0.4.10",
65+
"documentation-theme-bespoke": "^0.4.11",
6666
gulp: "^4.0.0",
6767
"gulp-better-rollup": "^3.4.0",
6868
"gulp-chmod": "^2.0.0",
@@ -76,9 +76,9 @@ const devDependencies = {
7676
xo: "^0.24.0"
7777
};
7878
const dependencies = {
79-
"@thebespokepixel/meta": "^1.0.0",
80-
"@thebespokepixel/n-selector": "^1.0.0",
81-
"@thebespokepixel/string": "^0.5.4",
79+
"@thebespokepixel/meta": "^1.0.1",
80+
"@thebespokepixel/n-selector": "^1.0.1",
81+
"@thebespokepixel/string": "^0.5.5",
8282
"ansi-regex": "^4.0.0",
8383
columnify: "^1.5.4",
8484
"common-tags": "^1.8.0",
@@ -88,11 +88,11 @@ const dependencies = {
8888
lodash: "^4.17.11",
8989
"os-locale": "^3.1.0",
9090
"read-pkg-up": "^4.0.0",
91-
"term-ng": "^1.0.0",
92-
trucolor: "^0.7.5",
91+
"term-ng": "^1.0.1",
92+
trucolor: "^1.0.0",
9393
"update-notifier": "^2.5.0",
94-
verbosity: "^1.0.0",
95-
yargs: "^13.2.0"
94+
verbosity: "^1.0.1",
95+
yargs: "^13.2.1"
9696
};
9797
const engines = {
9898
node: ">=8.0"

docs/index.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>truwrap 1.0.0 | Documentation</title>
5+
<title>truwrap 1.0.1 | Documentation</title>
66
<meta name="viewport" content="width=device-width,initial-scale=1">
77
<link href="assets/css/ace.min.css" rel="stylesheet">
88
<link href="assets/fonts/TypoPRO-Hack/TypoPRO-Hack.css" type="text/css" rel="stylesheet" />
@@ -15,7 +15,7 @@
1515
<div id='split-left' class='overflow-auto fs0 height-viewport-100 sidebar'>
1616
<div class='py1 px2'>
1717
<h3 class="m0 no-anchor">truwrap</h3>
18-
<div class="mb1"><code>1.0.0</code></div>
18+
<div class="mb1"><code>1.0.1</code></div>
1919
<input
2020
placeholder="Filter"
2121
id="filter-input"
@@ -220,7 +220,7 @@ <h3 class='left m0 panel-title' id='truwrap'>
220220
</h3>
221221

222222

223-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/f40959c9ed0bfaa2cc081c2584b2ec06df21fbff/src/index.js#L50-L218'>
223+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L50-L218'>
224224
<span>src/index.js</span>
225225
</a>
226226

@@ -385,7 +385,7 @@ <h3 class='left m0 panel-title' id='api'>
385385
</h3>
386386

387387

388-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/f40959c9ed0bfaa2cc081c2584b2ec06df21fbff/src/index.js#L100-L167'>
388+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L100-L167'>
389389
<span>src/index.js</span>
390390
</a>
391391

@@ -436,7 +436,7 @@ <h3 class='left m0 panel-title' id='api'>
436436
<div class='clearfix'>
437437

438438

439-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/f40959c9ed0bfaa2cc081c2584b2ec06df21fbff/src/index.js#L107-L113'>
439+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L107-L113'>
440440
<span>src/index.js</span>
441441
</a>
442442

@@ -501,7 +501,7 @@ <h3 class='left m0 panel-title' id='api'>
501501
<div class='clearfix'>
502502

503503

504-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/f40959c9ed0bfaa2cc081c2584b2ec06df21fbff/src/index.js#L119-L119'>
504+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L119-L119'>
505505
<span>src/index.js</span>
506506
</a>
507507

@@ -566,7 +566,7 @@ <h3 class='left m0 panel-title' id='api'>
566566
<div class='clearfix'>
567567

568568

569-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/f40959c9ed0bfaa2cc081c2584b2ec06df21fbff/src/index.js#L128-L134'>
569+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L128-L134'>
570570
<span>src/index.js</span>
571571
</a>
572572

@@ -654,7 +654,7 @@ <h3 class='left m0 panel-title' id='api'>
654654
<div class='clearfix'>
655655

656656

657-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/f40959c9ed0bfaa2cc081c2584b2ec06df21fbff/src/index.js#L142-L145'>
657+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L142-L145'>
658658
<span>src/index.js</span>
659659
</a>
660660

@@ -734,7 +734,7 @@ <h3 class='left m0 panel-title' id='api'>
734734
<div class='clearfix'>
735735

736736

737-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/f40959c9ed0bfaa2cc081c2584b2ec06df21fbff/src/index.js#L152-L155'>
737+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L152-L155'>
738738
<span>src/index.js</span>
739739
</a>
740740

@@ -799,7 +799,7 @@ <h3 class='left m0 panel-title' id='api'>
799799
<div class='clearfix'>
800800

801801

802-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/f40959c9ed0bfaa2cc081c2584b2ec06df21fbff/src/index.js#L163-L166'>
802+
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/truwrap/blob/e1e7e80e134c842e82259025c2463d6c403a1742/src/index.js#L163-L166'>
803803
<span>src/index.js</span>
804804
</a>
805805

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
##### Status
66

77
[![npm](https://img.shields.io/npm/v/truwrap.svg?style=flat&logo=npm)](https://www.npmjs.com/package/truwrap "npm") [![Travis](https://img.shields.io/travis/MarkGriffiths/truwrap.svg?branch=master&style=flat&logo=travis)](https://travis-ci.org/MarkGriffiths/truwrap "Travis") [![David](https://img.shields.io/david/MarkGriffiths/truwrap.svg?branch=master&style=flat)](https://david-dm.org/MarkGriffiths/truwrap/master "David")
8-
[![Code-climate](https://api.codeclimate.com/v1/badges/e03a2055456023267873/maintainability?style=flat)](https://codeclimate.com/github/MarkGriffiths/truwrap/maintainability "Code-climate") [![Coverage](https://api.codeclimate.com/v1/badges/e03a2055456023267873/test_coverage?style=flat)](https://codeclimate.com/github/MarkGriffiths/truwrap/test_coverage "Coverage") [![Snyk](https://snyk.io/test/github/MarkGriffiths/truwrap/badge.svg?style=flat)](https://snyk.io/test/github/MarkGriffiths/truwrap "Snyk")
8+
[![Code-climate](https://api.codeclimate.com/v1/badges/e03a2055456023267873/maintainability?style=flat)](https://codeclimate.com/github/MarkGriffiths/truwrap/maintainability "Code-climate") [![Coverage](https://api.codeclimate.com/v1/badges/e03a2055456023267873/test_coverage?style=flat)](https://codeclimate.com/github/MarkGriffiths/truwrap/test_coverage "Coverage") [![Snyk](https://img.shields.io/snyk/vulnerabilities/github/MarkGriffiths/truwrap.svg?style=flat&logo=npm)](https://snyk.io/test/github/MarkGriffiths/truwrap "Snyk")
99

1010
##### Developer
1111

0 commit comments

Comments
 (0)