Skip to content

Commit

Permalink
Merge branch 'release/v1.0.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGriffiths committed Aug 14, 2019
2 parents 1fa9520 + d325317 commit 25e4939
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 26 deletions.
38 changes: 24 additions & 14 deletions bin/truwrap
Expand Up @@ -26,7 +26,7 @@ var _split = _interopDefault(require('lodash/split'));
var _forEach = _interopDefault(require('lodash/forEach'));

const name = "truwrap";
const version = "1.0.4";
const version = "1.0.5";
const description = "Smarter terminal text wrapping (handles 24bit color)";
const author = "Mark Griffiths <mark@thebespokepixel.com> (http://thebespokepixel.com/)";
const main = "index.js";
Expand Down Expand Up @@ -60,7 +60,7 @@ const devDependencies = {
"@babel/preset-env": "^7.5.5",
ava: "^2.2.0",
"babel-plugin-lodash": "^3.3.4",
"documentation-theme-bespoke": "^0.5.6",
"documentation-theme-bespoke": "^1.0.0",
gulp: "^4.0.2",
"gulp-better-rollup": "^4.0.1",
"gulp-chmod": "^3.0.0",
Expand Down Expand Up @@ -88,7 +88,7 @@ const dependencies = {
"os-locale": "^4.0.0",
"read-pkg-up": "^6.0.0",
"term-ng": "^1.0.4",
trucolor: "^1.0.3",
trucolor: "^1.0.6",
"update-notifier": "^3.0.1",
verbosity: "^1.1.2",
yargs: "^13.3.0"
Expand Down Expand Up @@ -138,25 +138,34 @@ const badges = {
}
},
readme: {
Status: [
"Publishing Status": [
[
"npm",
"travis",
"david"
],
[
"code-climate",
"code-climate-coverage",
"snyk"
"travis-com",
"rollup"
]
],
Developer: [
"greenkeeper",
"david-dev",
"rollup"
"Development Status": [
[
"greenkeeper",
"travis-com-dev"
],
[
"david-dev",
"david-devdeps-dev"
],
[
"snyk",
"code-climate",
"code-climate-coverage"
]
],
Help: [
"inch"
"Documentation/Help": [
"inch",
"twitter"
]
},
docs: [
Expand All @@ -169,6 +178,7 @@ const badges = {
"code-climate-coverage"
],
[
"snyk",
"david"
]
]
Expand Down
20 changes: 10 additions & 10 deletions docs/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>truwrap 1.0.4 | Documentation</title>
<title>truwrap 1.0.5 | Documentation</title>
<meta name='description' content='Smarter terminal text wrapping (handles 24bit color)'>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="assets/css/ace.min.css" rel="stylesheet">
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100 sidebar'>
<div class='py1 px2'>
<h3 class="m0 no-anchor">truwrap</h3>
<div class="mb1"><code>1.0.4</code></div>
<div class="mb1"><code>1.0.5</code></div>
<input
placeholder="Filter"
id="filter-input"
Expand Down Expand Up @@ -220,7 +220,7 @@ <h3 class='left m0 panel-title' id='truwrap'>
</h3>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/6094c140a565447b7ceb64be597d0be3df10c56d/src/index.js#L50-L218'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/1fa952084d55c99ec140d89ac17e8f7071b8e1e8/src/index.js#L50-L218'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -383,7 +383,7 @@ <h3 class='left m0 panel-title' id='api'>
</h3>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/6094c140a565447b7ceb64be597d0be3df10c56d/src/index.js#L100-L167'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/1fa952084d55c99ec140d89ac17e8f7071b8e1e8/src/index.js#L100-L167'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -432,7 +432,7 @@ <h3 class='left m0 panel-title' id='api'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/6094c140a565447b7ceb64be597d0be3df10c56d/src/index.js#L107-L113'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/1fa952084d55c99ec140d89ac17e8f7071b8e1e8/src/index.js#L107-L113'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -495,7 +495,7 @@ <h3 class='left m0 panel-title' id='api'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/6094c140a565447b7ceb64be597d0be3df10c56d/src/index.js#L119-L119'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/1fa952084d55c99ec140d89ac17e8f7071b8e1e8/src/index.js#L119-L119'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -558,7 +558,7 @@ <h3 class='left m0 panel-title' id='api'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/6094c140a565447b7ceb64be597d0be3df10c56d/src/index.js#L128-L134'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/1fa952084d55c99ec140d89ac17e8f7071b8e1e8/src/index.js#L128-L134'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -644,7 +644,7 @@ <h3 class='left m0 panel-title' id='api'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/6094c140a565447b7ceb64be597d0be3df10c56d/src/index.js#L142-L145'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/1fa952084d55c99ec140d89ac17e8f7071b8e1e8/src/index.js#L142-L145'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -722,7 +722,7 @@ <h3 class='left m0 panel-title' id='api'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/6094c140a565447b7ceb64be597d0be3df10c56d/src/index.js#L152-L155'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/1fa952084d55c99ec140d89ac17e8f7071b8e1e8/src/index.js#L152-L155'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -785,7 +785,7 @@ <h3 class='left m0 panel-title' id='api'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/6094c140a565447b7ceb64be597d0be3df10c56d/src/index.js#L163-L166'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/1fa952084d55c99ec140d89ac17e8f7071b8e1e8/src/index.js#L163-L166'>
<span>src/index.js</span>
</a>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "truwrap",
"version": "1.0.4",
"version": "1.0.5",
"description": "Smarter terminal text wrapping (handles 24bit color)",
"author": "Mark Griffiths <mark@thebespokepixel.com> (http://thebespokepixel.com/)",
"main": "index.js",
Expand Down

0 comments on commit 25e4939

Please sign in to comment.