Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Use aegir #9

Merged
merged 1 commit into from
Apr 17, 2016
Merged

Use aegir #9

merged 1 commit into from
Apr 17, 2016

Conversation

nginnever
Copy link
Contributor

@nginnever nginnever commented Apr 15, 2016

"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",
Copy link
Member

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

@daviddias
Copy link
Member

Thank you @nginnever . Made some comments :)

@nginnever
Copy link
Contributor Author

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')
Copy link
Member

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')

Copy link
Contributor Author

@nginnever nginnever Apr 16, 2016

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.

Copy link
Member

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

@daviddias
Copy link
Member

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 :)

@nginnever
Copy link
Contributor Author

and done :D

@daviddias
Copy link
Member

wowowo thank you! :D

@daviddias daviddias merged commit 828eff0 into multiformats:master Apr 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants