Skip to content

Commit a600e2f

Browse files
committedFeb 21, 2019
Merge branch 'release/v1.0.1'
2 parents 1c83f90 + 0f23c61 commit a600e2f

File tree

5 files changed

+459
-364
lines changed

5 files changed

+459
-364
lines changed
 

‎bin/termng

+6-13
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var meta = _interopDefault(require('@thebespokepixel/meta'));
1010
var updateNotifier = _interopDefault(require('update-notifier'));
1111

1212
const name = "term-ng";
13-
const version = "1.0.0";
13+
const version = "1.0.1";
1414
const description = "Terminal/$TERM feature snooping and whitelisting";
1515
const main = "index.js";
1616
const module$1 = "index.mjs";
@@ -66,7 +66,7 @@ const devDependencies = {
6666
ava: "^1.2.1",
6767
"babel-plugin-lodash": "^3.3.4",
6868
documentation: "^9.1.1",
69-
"documentation-theme-bespoke": "^0.4.10",
69+
"documentation-theme-bespoke": "^0.4.11",
7070
gulp: "^4.0.0",
7171
"gulp-better-rollup": "^3.4.0",
7272
"gulp-chmod": "^2.0.0",
@@ -80,12 +80,12 @@ const devDependencies = {
8080
xo: "^0.24.0"
8181
};
8282
const dependencies = {
83-
"@thebespokepixel/meta": "^1.0.0",
83+
"@thebespokepixel/meta": "^1.0.1",
8484
"read-pkg": "^4.0.1",
85-
trucolor: "^0.7.5",
86-
truwrap: "^0.8.4",
85+
trucolor: "^1.0.0",
86+
truwrap: "^1.0.0",
8787
"update-notifier": "^2.5.0",
88-
yargs: "^13.2.0"
88+
yargs: "^13.2.1"
8989
};
9090
const xo = {
9191
semicolon: false,
@@ -98,12 +98,6 @@ const xo = {
9898
"src/docs/example.js"
9999
]
100100
};
101-
const ava = {
102-
verbose: true,
103-
files: [
104-
"test/*.js"
105-
]
106-
};
107101
const badges = {
108102
github: "MarkGriffiths",
109103
npm: "thebespokepixel",
@@ -174,7 +168,6 @@ var pkg = {
174168
devDependencies: devDependencies,
175169
dependencies: dependencies,
176170
xo: xo,
177-
ava: ava,
178171
badges: badges
179172
};
180173

‎docs/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>term-ng 1.0.0 | Documentation</title>
5+
<title>term-ng 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">term-ng</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"
@@ -266,7 +266,7 @@ <h3 class='left m0 panel-title' id='termng'>
266266
</h3>
267267

268268

269-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/f4cd39048a07f585964255c9feeed1e24ce9a7a1/src/index.js#L103-L162'>
269+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/72e2d91bcd45ffd32c31c991159e90dbb89c4e85/src/index.js#L103-L162'>
270270
<span>src/index.js</span>
271271
</a>
272272

@@ -317,7 +317,7 @@ <h3 class='left m0 panel-title' id='termng'>
317317
<div class='clearfix'>
318318

319319

320-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/f4cd39048a07f585964255c9feeed1e24ce9a7a1/src/index.js#L112-L118'>
320+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/72e2d91bcd45ffd32c31c991159e90dbb89c4e85/src/index.js#L112-L118'>
321321
<span>src/index.js</span>
322322
</a>
323323

@@ -412,7 +412,7 @@ <h3 class='left m0 panel-title' id='termng'>
412412
<div class='clearfix'>
413413

414414

415-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/f4cd39048a07f585964255c9feeed1e24ce9a7a1/src/index.js#L125-L125'>
415+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/72e2d91bcd45ffd32c31c991159e90dbb89c4e85/src/index.js#L125-L125'>
416416
<span>src/index.js</span>
417417
</a>
418418

@@ -481,7 +481,7 @@ <h3 class='left m0 panel-title' id='termng'>
481481
<div class='clearfix'>
482482

483483

484-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/f4cd39048a07f585964255c9feeed1e24ce9a7a1/src/index.js#L132-L132'>
484+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/72e2d91bcd45ffd32c31c991159e90dbb89c4e85/src/index.js#L132-L132'>
485485
<span>src/index.js</span>
486486
</a>
487487

@@ -550,7 +550,7 @@ <h3 class='left m0 panel-title' id='termng'>
550550
<div class='clearfix'>
551551

552552

553-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/f4cd39048a07f585964255c9feeed1e24ce9a7a1/src/index.js#L141-L144'>
553+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/72e2d91bcd45ffd32c31c991159e90dbb89c4e85/src/index.js#L141-L144'>
554554
<span>src/index.js</span>
555555
</a>
556556

@@ -638,7 +638,7 @@ <h3 class='left m0 panel-title' id='termng'>
638638
<div class='clearfix'>
639639

640640

641-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/f4cd39048a07f585964255c9feeed1e24ce9a7a1/src/index.js#L153-L156'>
641+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/72e2d91bcd45ffd32c31c991159e90dbb89c4e85/src/index.js#L153-L156'>
642642
<span>src/index.js</span>
643643
</a>
644644

@@ -726,7 +726,7 @@ <h3 class='left m0 panel-title' id='termng'>
726726
<div class='clearfix'>
727727

728728

729-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/f4cd39048a07f585964255c9feeed1e24ce9a7a1/src/index.js#L161-L161'>
729+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/72e2d91bcd45ffd32c31c991159e90dbb89c4e85/src/index.js#L161-L161'>
730730
<span>src/index.js</span>
731731
</a>
732732

‎package-lock.json

+437-329
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "term-ng",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Terminal/$TERM feature snooping and whitelisting",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -56,7 +56,7 @@
5656
"ava": "^1.2.1",
5757
"babel-plugin-lodash": "^3.3.4",
5858
"documentation": "^9.1.1",
59-
"documentation-theme-bespoke": "^0.4.10",
59+
"documentation-theme-bespoke": "^0.4.11",
6060
"gulp": "^4.0.0",
6161
"gulp-better-rollup": "^3.4.0",
6262
"gulp-chmod": "^2.0.0",
@@ -70,12 +70,12 @@
7070
"xo": "^0.24.0"
7171
},
7272
"dependencies": {
73-
"@thebespokepixel/meta": "^1.0.0",
73+
"@thebespokepixel/meta": "^1.0.1",
7474
"read-pkg": "^4.0.1",
75-
"trucolor": "^0.7.5",
76-
"truwrap": "^0.8.4",
75+
"trucolor": "^1.0.0",
76+
"truwrap": "^1.0.0",
7777
"update-notifier": "^2.5.0",
78-
"yargs": "^13.2.0"
78+
"yargs": "^13.2.1"
7979
},
8080
"xo": {
8181
"semicolon": false,
@@ -88,12 +88,6 @@
8888
"src/docs/example.js"
8989
]
9090
},
91-
"ava": {
92-
"verbose": true,
93-
"files": [
94-
"test/*.js"
95-
]
96-
},
9791
"badges": {
9892
"github": "MarkGriffiths",
9993
"npm": "thebespokepixel",

‎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/term-ng.svg?style=flat&logo=npm)](https://www.npmjs.com/package/term-ng "npm") [![Travis](https://img.shields.io/travis/MarkGriffiths/term-ng.svg?branch=master&style=flat&logo=travis)](https://travis-ci.org/MarkGriffiths/term-ng "Travis") [![David](https://img.shields.io/david/MarkGriffiths/term-ng.svg?branch=master&style=flat)](https://david-dm.org/MarkGriffiths/term-ng/master "David")
8-
[![Code-climate](https://api.codeclimate.com/v1/badges/4194203c94ee1d102fc5/maintainability?style=flat)](https://codeclimate.com/github/MarkGriffiths/term-ng/maintainability "Code-climate") [![Coverage](https://api.codeclimate.com/v1/badges/4194203c94ee1d102fc5/test_coverage?style=flat)](https://codeclimate.com/github/MarkGriffiths/term-ng/test_coverage "Coverage") [![Snyk](https://snyk.io/test/github/MarkGriffiths/term-ng/badge.svg?style=flat)](https://snyk.io/test/github/MarkGriffiths/term-ng "Snyk")
8+
[![Code-climate](https://api.codeclimate.com/v1/badges/4194203c94ee1d102fc5/maintainability?style=flat)](https://codeclimate.com/github/MarkGriffiths/term-ng/maintainability "Code-climate") [![Coverage](https://api.codeclimate.com/v1/badges/4194203c94ee1d102fc5/test_coverage?style=flat)](https://codeclimate.com/github/MarkGriffiths/term-ng/test_coverage "Coverage") [![Snyk](https://img.shields.io/snyk/vulnerabilities/github/MarkGriffiths/term-ng.svg?style=flat&logo=npm)](https://snyk.io/test/github/MarkGriffiths/term-ng "Snyk")
99

1010
##### Developer
1111

0 commit comments

Comments
 (0)
Please sign in to comment.