Commit Graph
2 Commits
Author SHA1 Message Date
Alejandro SánchezandAndy 08e9679d95 Made bunyan typing conform to the way the module was written (#13765) 2017-01-13 07:35:26 -08:00
Paul LockwoodandAndy 08fca8e2d3 First attempt adding browser-bunyan types (#13717)
* 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
2017-01-04 16:19:37 -08:00