@stdlib/utils-inherit
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@stdlib/utils-inherit", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.", | ||
@@ -29,3 +29,3 @@ "license": "Apache-2.0", | ||
}, | ||
"homepage": "https://github.com/stdlib-js/stdlib", | ||
"homepage": "https://stdlib.io", | ||
"repository": { | ||
@@ -32,0 +32,0 @@ "type": "git", |
@@ -143,2 +143,6 @@ <!-- | ||
#### Community | ||
[![Chat][chat-image]][chat-url] | ||
--- | ||
@@ -172,5 +176,8 @@ | ||
[dependencies-image]: https://img.shields.io/david/stdlib-js/utils-inherit | ||
[dependencies-image]: https://img.shields.io/david/stdlib-js/utils-inherit.svg | ||
[dependencies-url]: https://david-dm.org/stdlib-js/utils-inherit/main | ||
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
[chat-url]: https://gitter.im/stdlib-js/stdlib/ | ||
[stdlib]: https://github.com/stdlib-js/stdlib | ||
@@ -177,0 +184,0 @@ |
42119
190