docs: fix package.json code block

This commit is contained in:
LongYinan 2020-12-03 17:19:43 +08:00
parent f90640d7aa
commit 1d40dc28ba
No known key found for this signature in database
GPG key ID: A3FFE134A3E20881

View file

@ -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.
```json
```js
{
"package": "awesome-package",
"devDependencies": {