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

Commit

Permalink
Merge 4ca318f into 18755d4
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguo committed Sep 22, 2017
2 parents 18755d4 + 4ca318f commit 48b9462
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion examples/browser-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"json-loader": "^0.5.4",
"react": "^15.5.4",
"react-hot-loader": "^1.3.1",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"ipfs": "^0.26.0",
"ipfs-block-service": "^0.12.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"safe-buffer": "^5.0.1"
}
}
4 changes: 2 additions & 2 deletions examples/browser-webpack/src/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

const React = require('react')
const Buffer = require('safe-buffer').Buffer
const IPFS = require('../../../../src/core') // replace this by line below
// const IPFS = require('ipfs')
// const IPFS = require('../../../../src/core') // replace this by line below
const IPFS = require('ipfs')

const stringToUse = 'hello world from webpacked IPFS'

Expand Down

0 comments on commit 48b9462

Please sign in to comment.