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

Commit 49d23f0

Browse files
author
Alan Shaw
committed
chore: appease linter
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 71b3604 commit 49d23f0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/core/components/files-regular/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict'
2+
13
module.exports = self => ({
24
add: require('./add')(self),
35
addPullStream: require('./add-pull-stream')(self),

src/core/components/files-regular/utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict'
2+
13
const CID = require('cids')
24

35
exports.normalizePath = (path) => {

0 commit comments

Comments
 (0)