Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 6152390

Browse files
committed
Mention alternative package in documentation
1 parent 214057f commit 6152390

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
The node core libs for in-browser usage.
44

5-
NOTE: This library is deprecated and won't accept Pull Requests that include Breaking Changes or new Features. Only bugfixes are accepted.
5+
**NOTE**: This library is deprecated and wont accept pull requests that include breaking changes or new features. Only bugfixes are accepted.
66

7-
[![dependencies status](http://david-dm.org/webpack/node-libs-browser.png)](http://david-dm.org/webpack/node-libs-browser)
7+
If you’re looking for up-to-date implementation, check [`node-stdlib-browser`](https://github.com/niksy/node-stdlib-browser).
8+
9+
[![dependencies status](https://img.shields.io/librariesio/release/npm/node-libs-browser)](https://libraries.io/npm/node-libs-browser)
10+
11+
---
812

913
Exports a hash [object] of absolute paths to each lib, keyed by lib names. Modules without browser replacements are `null`.
1014

0 commit comments

Comments
 (0)