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

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Aug 4, 2016
1 parent 0e66a19 commit ed096a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/browser-add/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function store () {
}

res.forEach(function (file) {
console.log('successfully stored', file.Hash)
display(file.Hash)
console.log('successfully stored', file)
display(file.path)
})
})
}
Expand Down
2 changes: 2 additions & 0 deletions examples/browser-add/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

module.exports = {
module: {
loaders: [{
Expand Down

0 comments on commit ed096a5

Please sign in to comment.