Skip to content

Commit 60be3a2

Browse files
committed
docs: update Node.js and npm support notice in README
1 parent 74e1735 commit 60be3a2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
66

77
UNOFFICIAL standard module for Scrapbox UserScript
88

9+
> **Node.js & npm Notice (since vX.Y.Z)**
10+
>
11+
> Now also published on **[npm](https://www.npmjs.com/package/@cosense/std)**.
12+
>
13+
> Node.js support is **experimental**: I mainly target Deno and browsers, so I
14+
> don't actively maintain Node.js compatibility. Some tests run, but there may
15+
> still be runtime or type gaps remaining. Please use it with that
16+
> understanding.
17+
>
18+
> That said, **issues / PRs to improve Node support are very welcome!**
19+
>
20+
> If you don't need a public npm package, you can consume the JSR version
21+
> directly—`npm` via a custom registry in `.npmrc`; `yarn` or `pnpm` need no
22+
> extra config. See the
23+
> [JSR docs](https://jsr.io/docs/using-packages#adding-a-package).
24+
925
## Getting Started
1026

1127
This library serves as an unofficial standard library for developing Scrapbox

0 commit comments

Comments
 (0)