Skip to content

Commit 20ce91b

Browse files
committed
Rename repo owner
1 parent 8561078 commit 20ce91b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![downloads](https://img.shields.io/npm/dt/log-process-errors.svg?logo=npm)](https://www.npmjs.com/package/log-process-errors) [![last commit](https://img.shields.io/github/last-commit/autoserver-org/log-process-errors.svg?logo=github&logoColor=white)](https://github.com/autoserver-org/log-process-errors/graphs/contributors) [![license](https://img.shields.io/badge/license-Apache%202.0-4cc61e.svg?logo=github&logoColor=white)](https://www.apache.org/licenses/LICENSE-2.0) [![Coverage Status](https://img.shields.io/codecov/c/github/autoserver-org/log-process-errors.svg?label=test%20coverage&logo=codecov)](https://codecov.io/gh/autoserver-org/log-process-errors) [![travis](https://img.shields.io/travis/autoserver-org/log-process-errors/master.svg?logo=travis)](https://travis-ci.org/autoserver-org/log-process-errors/builds) [![npm](https://img.shields.io/npm/v/log-process-errors.svg?logo=npm)](https://www.npmjs.com/package/log-process-errors) [![node](https://img.shields.io/node/v/log-process-errors.svg?logo=node.js)](#) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?logo=javascript)](https://standardjs.com) [![eslint-config-standard-prettier-fp](https://img.shields.io/badge/eslint-config--standard--prettier--fp-4cc61e.svg?logo=eslint&logoColor=white)](https://github.com/ehmicky/eslint-config-standard-prettier-fp) [![Gitter](https://img.shields.io/gitter/room/autoserver-org/log-process-errors.svg?logo=gitter)](https://gitter.im/autoserver-org/log-process-errors)
1+
[![downloads](https://img.shields.io/npm/dt/log-process-errors.svg?logo=npm)](https://www.npmjs.com/package/log-process-errors) [![last commit](https://img.shields.io/github/last-commit/ehmicky/log-process-errors.svg?logo=github&logoColor=white)](https://github.com/ehmicky/log-process-errors/graphs/contributors) [![license](https://img.shields.io/badge/license-Apache%202.0-4cc61e.svg?logo=github&logoColor=white)](https://www.apache.org/licenses/LICENSE-2.0) [![Coverage Status](https://img.shields.io/codecov/c/github/ehmicky/log-process-errors.svg?label=test%20coverage&logo=codecov)](https://codecov.io/gh/ehmicky/log-process-errors) [![travis](https://img.shields.io/travis/ehmicky/log-process-errors/master.svg?logo=travis)](https://travis-ci.org/ehmicky/log-process-errors/builds) [![npm](https://img.shields.io/npm/v/log-process-errors.svg?logo=npm)](https://www.npmjs.com/package/log-process-errors) [![node](https://img.shields.io/node/v/log-process-errors.svg?logo=node.js)](#) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?logo=javascript)](https://standardjs.com) [![eslint-config-standard-prettier-fp](https://img.shields.io/badge/eslint-config--standard--prettier--fp-4cc61e.svg?logo=eslint&logoColor=white)](https://github.com/ehmicky/eslint-config-standard-prettier-fp) [![Gitter](https://img.shields.io/gitter/room/ehmicky/log-process-errors.svg?logo=gitter)](https://gitter.im/ehmicky-code/log-process-errors)
22

33
Log all process errors on the console (or using a custom logger): [`uncaughtException`](https://nodejs.org/api/process.html#process_event_uncaughtexception), [`unhandledRejection`](https://nodejs.org/api/process.html#process_event_unhandledrejection), [`rejectionHandled`](https://nodejs.org/api/process.html#process_event_rejectionhandled), [`multipleResolves`](https://nodejs.org/api/process.html#process_event_multipleresolves) and [`warning`](https://nodejs.org/api/process.html#process_event_warning).
44

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"multipleResolves"
3939
],
4040
"license": "Apache-2.0",
41-
"homepage": "https://git.io/fpqVS",
42-
"repository": "autoserver-org/log-process-errors",
41+
"homepage": "https://git.io/fhSGY",
42+
"repository": "ehmicky/log-process-errors",
4343
"bugs": {
44-
"url": "https://github.com/autoserver-org/log-process-errors/issues"
44+
"url": "https://github.com/ehmicky/log-process-errors/issues"
4545
},
4646
"author": "ehmicky <[email protected]> (https://github.com/ehmicky)",
4747
"directories": {

0 commit comments

Comments
 (0)