Skip to content

Commit

Permalink
🐛 Fix Node 4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Jan 25, 2017
1 parent e583d30 commit 03e4959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const fileType = require('file-type')
const Transform = require('readable-stream/transform')

Expand Down
2 changes: 2 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* eslint-env mocha */

'use strict'

const fs = require('fs')
const assert = require('assert')
const hasha = require('hasha')
Expand Down

0 comments on commit 03e4959

Please sign in to comment.