-
Notifications
You must be signed in to change notification settings - Fork 57
Conversation
"test:browser": "./node_modules/.bin/zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- tests/test.js", | ||
"test:node": "aegir-test node", | ||
"lint": "aegir-lint", | ||
"test:browser": "aegir-test browser", | ||
"test:browser:q": "BROWSER_VERSION=46 BROWSER_NAME=chrome npm run test:browser", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not needed anymore
Thank you @nginnever . Made some comments :) |
Thanks for the CR @diasdavid updates made |
|
||
The code published to npm that gets loaded on require is in fact a ES5 transpiled version with the right shims added. This means that you can require it and use with your favourite bundler without having to adjust asset management process. | ||
|
||
```var multihash = require('js-multihash') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs to change to
var multihash = require('js-multihash')
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually the npm package is called multihashes
as written above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's write. I just had noticed how the triple ` were not rendering correctly
made one more comment and wanted to ask, since you are at it, could you update the david-dm badge url to: https://david-dm.org/jbenet/js-multihash ? Thank you :) |
and done :D |
wowowo thank you! :D |
Ref ipfs/aegir#1