Skip to content

Commit 040b71f

Browse files
committedAug 13, 2019
Merge branch 'release/v1.0.4' into develop
2 parents 9fe33e4 + b5dcbbb commit 040b71f

File tree

4 files changed

+32
-33
lines changed

4 files changed

+32
-33
lines changed
 

‎bin/termng

+21-22
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.3";
13+
const version = "1.0.4";
1414
const description = "Terminal/$TERM feature snooping and whitelisting";
1515
const main = "index.js";
1616
const module$1 = "index.mjs";
@@ -32,7 +32,7 @@ const scripts = {
3232
};
3333
const repository = {
3434
type: "git",
35-
url: "https://github.com/MarkGriffiths/term-ng.git"
35+
url: "https://github.com/thebespokepixel/term-ng.git"
3636
};
3737
const engines = {
3838
node: ">=8.0"
@@ -56,13 +56,13 @@ const copyright = {
5656
};
5757
const license = "MIT";
5858
const bugs = {
59-
url: "https://github.com/MarkGriffiths/term-ng/issues"
59+
url: "https://github.com/thebespokepixel/term-ng/issues"
6060
};
61-
const homepage = "https://github.com/MarkGriffiths/term-ng#readme";
61+
const homepage = "https://github.com/thebespokepixel/term-ng#readme";
6262
const devDependencies = {
63-
"@babel/core": "^7.4.5",
64-
"@babel/preset-env": "^7.4.5",
65-
ava: "^2.1.0",
63+
"@babel/core": "^7.5.5",
64+
"@babel/preset-env": "^7.5.5",
65+
ava: "^2.2.0",
6666
"babel-plugin-lodash": "^3.3.4",
6767
"documentation-theme-bespoke": "^0.5.6",
6868
gulp: "^4.0.2",
@@ -71,20 +71,20 @@ const devDependencies = {
7171
"gulp-rename": "^1.3.0",
7272
"gulp-strip-comments": "^2.5.2",
7373
nyc: "^14.1.1",
74-
rollup: "^1.15.3",
75-
"rollup-plugin-babel": "^4.3.2",
76-
"rollup-plugin-commonjs": "^10.0.0",
74+
rollup: "^1.19.4",
75+
"rollup-plugin-babel": "^4.3.3",
76+
"rollup-plugin-commonjs": "^10.0.2",
7777
"rollup-plugin-json": "^4.0.0",
78-
"rollup-plugin-node-resolve": "^5.0.2",
78+
"rollup-plugin-node-resolve": "^5.2.0",
7979
xo: "^0.24.0"
8080
};
8181
const dependencies = {
82-
"@thebespokepixel/meta": "^1.0.3",
83-
"read-pkg": "^5.1.1",
84-
trucolor: "^1.0.2",
85-
truwrap: "^1.0.2",
86-
"update-notifier": "^3.0.0",
87-
yargs: "^13.2.4"
82+
"@thebespokepixel/meta": "^1.0.4",
83+
"read-pkg": "^5.2.0",
84+
trucolor: "^1.0.3",
85+
truwrap: "^1.0.3",
86+
"update-notifier": "^3.0.1",
87+
yargs: "^13.3.0"
8888
};
8989
const xo = {
9090
semicolon: false,
@@ -98,16 +98,16 @@ const xo = {
9898
]
9999
};
100100
const badges = {
101-
github: "MarkGriffiths",
101+
github: "thebespokepixel",
102102
npm: "thebespokepixel",
103-
codeclimate: "4194203c94ee1d102fc5",
103+
codeclimate: "7ba2088efca500b3b4ff",
104104
name: "term-ng",
105105
providers: {
106106
aux1: {
107107
title: "github",
108108
text: "source",
109109
color: "4E73B6",
110-
link: "https://github.com/MarkGriffiths/term-ng"
110+
link: "https://github.com/thebespokepixel/term-ng"
111111
}
112112
},
113113
readme: {
@@ -129,8 +129,7 @@ const badges = {
129129
"rollup"
130130
],
131131
Help: [
132-
"inch",
133-
"gitter"
132+
"inch"
134133
]
135134
},
136135
docs: [

‎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.3 | Documentation</title>
5+
<title>term-ng 1.0.4 | Documentation</title>
66
<meta name='description' content='Terminal/$TERM feature snooping and whitelisting'>
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88
<link href="assets/css/ace.min.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.3</code></div>
18+
<div class="mb1"><code>1.0.4</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/87e9c1964349323a3c54b780a8c7b1e7ecf07b34/src/index.js#L104-L163'>
269+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L104-L163'>
270270
<span>src/index.js</span>
271271
</a>
272272

@@ -315,7 +315,7 @@ <h3 class='left m0 panel-title' id='termng'>
315315
<div class='clearfix'>
316316

317317

318-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/87e9c1964349323a3c54b780a8c7b1e7ecf07b34/src/index.js#L113-L119'>
318+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L113-L119'>
319319
<span>src/index.js</span>
320320
</a>
321321

@@ -408,7 +408,7 @@ <h3 class='left m0 panel-title' id='termng'>
408408
<div class='clearfix'>
409409

410410

411-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/87e9c1964349323a3c54b780a8c7b1e7ecf07b34/src/index.js#L126-L126'>
411+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L126-L126'>
412412
<span>src/index.js</span>
413413
</a>
414414

@@ -475,7 +475,7 @@ <h3 class='left m0 panel-title' id='termng'>
475475
<div class='clearfix'>
476476

477477

478-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/87e9c1964349323a3c54b780a8c7b1e7ecf07b34/src/index.js#L133-L133'>
478+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L133-L133'>
479479
<span>src/index.js</span>
480480
</a>
481481

@@ -542,7 +542,7 @@ <h3 class='left m0 panel-title' id='termng'>
542542
<div class='clearfix'>
543543

544544

545-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/87e9c1964349323a3c54b780a8c7b1e7ecf07b34/src/index.js#L142-L145'>
545+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L142-L145'>
546546
<span>src/index.js</span>
547547
</a>
548548

@@ -628,7 +628,7 @@ <h3 class='left m0 panel-title' id='termng'>
628628
<div class='clearfix'>
629629

630630

631-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/87e9c1964349323a3c54b780a8c7b1e7ecf07b34/src/index.js#L154-L157'>
631+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L154-L157'>
632632
<span>src/index.js</span>
633633
</a>
634634

@@ -714,7 +714,7 @@ <h3 class='left m0 panel-title' id='termng'>
714714
<div class='clearfix'>
715715

716716

717-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/87e9c1964349323a3c54b780a8c7b1e7ecf07b34/src/index.js#L162-L162'>
717+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L162-L162'>
718718
<span>src/index.js</span>
719719
</a>
720720

‎package-lock.json

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

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "term-ng",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Terminal/$TERM feature snooping and whitelisting",
55
"main": "index.js",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)
Please sign in to comment.