* First attempt adding browser-bunyan types
* package.json only need dependencies
* Addressed all comments made by andy-ms
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/13717
* export * from "@types/bunyan" ->
export * from "bunyan";
Trying literally how andy-ms suggested
* Adding package version as-per base64-js example
* Changed back to copy/paste version of typings
- browser-bunyan is a fork of bunyan
- Errors from Travis CI were not helping so it seems wise to revert to a known good
* Resolved linting issues
- Tested with: yarn lint -- browser-bunyan
* Trying: export * from "bunyan";
- as suggested by andy-ms