Skip to content

Commit 9174a24

Browse files
Merge pull request #5 from ipfs/greenkeeper-aegir-8.1.0
[email protected] breaks build ⚠️
2 parents 4c8d092 + 07c5728 commit 9174a24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "Friedel Ziegelmayer <[email protected]>",
2323
"license": "MIT",
2424
"devDependencies": {
25-
"aegir": "^8.0.0",
25+
"aegir": "^8.1.0",
2626
"chai": "^3.5.0",
2727
"interface-pull-blob-store": "^0.5.0"
2828
},

test/streaming.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-env mocha*/
1+
/* eslint-env mocha */
22
'use strict'
33

44
const expect = require('chai').expect

0 commit comments

Comments
 (0)