-
Notifications
You must be signed in to change notification settings - Fork 272
Conversation
…avoid 3rd-party build conflicts
d0daf4b
to
ba1ae59
Compare
@@ -17,18 +17,6 @@ | |||
"build:dist": "babel index.js --source-root ./ -d ./dist", | |||
"build:docs": "documentation build ./index.js --github --sort-order='alpha' -f md > ./docs/index.md" | |||
}, | |||
"browserify": { |
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.
maybe leave this as a script for containers etc are not forced to have a global browserify in PATH and only npm ...
scripts can access the .bin
dir to hook up a dependency?
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.
I think this was never meant to be used for browserify
itself but is just used internally for karma
testing. Or am I wrong here?
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.
Yes there is no browserify in the build for this module - it's only for karma
Ping! Can has merge+release plz? |
@alanshaw Sorry, forgot about that one, just merged, will prepare a minor release asap. |
thank you @holgerd77 ✨ |
Same as in
ethereumjs-block
, see ethereumjs/ethereumjs-block#40.Also fixes #118.