Skip to content

Commit

Permalink
Update docs/CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Vignoud <33122365+JulienVig@users.noreply.github.com>
  • Loading branch information
tharvik and JulienVig committed May 13, 2024
1 parent 46b1f4a commit 573dda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Similarly to the server, any file ending with `.spec.ts` will be ran in the test
`discojs` contains the core, platform-agnostic code of Disco.js, used by both `discojs-web` and `discojs-node`. As such, contributions to `discojs` must only contain code independent of either Node or the browser. As the names subtly suggest, `discojs-node` and `discojs-web` implement features specific to Node.js and browsers respectively, mostly related to memory and data handling as browser don't allow access to the file system.

Currently, the `discojs-node` project is available as the `@epfml/discojs-node` NPM package, which can be installed with
`npm i @epfml/discojs-node` while the `discojs-web` project is available as the `@epfml/discojs` (and **not** as `@epfml/discojs-web`) NPM package, which can be installed with `npm i @epfml/discojs`.
`npm i @epfml/discojs-node` and the `discojs-web` as the `@epfml/discojs-web`.

## Contributing conventions

Expand Down

0 comments on commit 573dda3

Please sign in to comment.