Skip to content

Commit 828933c

Browse files
author
haoxin
committedDec 14, 2017
chore - disable package-lock; lint
1 parent c5afc41 commit 828933c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

‎test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ describe('send(ctx, file)', function () {
373373
})
374374

375375
describe('or .br version when requested and if possible', function () {
376-
function parser(res, cb) {
376+
function parser (res, cb) {
377377
const chunks = []
378378
res.on('data', chunk => {
379379
chunks.push(chunk)

0 commit comments

Comments
 (0)
Please sign in to comment.