Skip to content

Commit b1ae985

Browse files
committedMay 10, 2018
Update dev-dependencies
1 parent a7d8020 commit b1ae985

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
'use strict';
2-
module.exports = require('./lib/index.js');
2+
module.exports = require('./lib');

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
},
3232
"devDependencies": {
3333
"bail": "^1.0.0",
34-
"execa": "^0.8.0",
34+
"execa": "^0.10.0",
3535
"nyc": "^11.0.0",
36-
"remark-cli": "^4.0.0",
37-
"remark-preset-wooorm": "^3.0.0",
36+
"remark-cli": "^5.0.0",
37+
"remark-preset-wooorm": "^4.0.0",
3838
"strip-ansi": "^4.0.0",
3939
"tape": "^4.4.0",
4040
"touch": "^3.0.0",
4141
"unified": "^6.0.0",
4242
"vfile-reporter-json": "^1.0.1",
43-
"xo": "^0.18.0",
43+
"xo": "^0.21.0",
4444
"xtend": "^4.0.1"
4545
},
4646
"scripts": {

‎test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ test('unified-args', function (t) {
202202
execa.stderr(bin, ['--color', 'one.txt']).then(function (result) {
203203
st.equal(
204204
result,
205-
'\x1b[4m\x1b[32mone.txt\x1b[39m\x1b[24m: no issues found',
205+
'\u001B[4m\u001B[32mone.txt\u001B[39m\u001B[24m: no issues found',
206206
'should report'
207207
);
208208
});

0 commit comments

Comments
 (0)
Please sign in to comment.