Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit ed096a5

Browse files
fix linting
1 parent 0e66a19 commit ed096a5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/browser-add/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ function store () {
1111
}
1212

1313
res.forEach(function (file) {
14-
console.log('successfully stored', file.Hash)
15-
display(file.Hash)
14+
console.log('successfully stored', file)
15+
display(file.path)
1616
})
1717
})
1818
}

examples/browser-add/webpack.config.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 = {
24
module: {
35
loaders: [{

0 commit comments

Comments
 (0)