Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
alanshaw committed Dec 11, 2018
1 parent 58648cd commit 3b00704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/components/files-regular/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

module.exports = self => ({
add: require('./add')(self),
addPullStream: require('./add-pull-stream')(self),
Expand Down
2 changes: 2 additions & 0 deletions src/core/components/files-regular/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const CID = require('cids')

exports.normalizePath = (path) => {
Expand Down

0 comments on commit 3b00704

Please sign in to comment.