mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 03:37:53 +08:00
* 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
2 lines
32 B
JSON
2 lines
32 B
JSON
{ "extends": "../tslint.json" }
|