docs: fix package.json code block
This commit is contained in:
parent
f90640d7aa
commit
1d40dc28ba
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ See the included [test_module](./test_module) for an example add-on.
|
||||||
|
|
||||||
Install the `@napi-rs/cli` to help you build your `Rust` codes and copy `Dynamic lib` file to `.node` file in case you can `require` it in your program.
|
Install the `@napi-rs/cli` to help you build your `Rust` codes and copy `Dynamic lib` file to `.node` file in case you can `require` it in your program.
|
||||||
|
|
||||||
```json
|
```js
|
||||||
{
|
{
|
||||||
"package": "awesome-package",
|
"package": "awesome-package",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue