We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102f99d commit c919783Copy full SHA for c919783
README.md
@@ -22,7 +22,7 @@ Add a ⭐ to this repository — *it motivates me a lot!*
22
Simply install this package with your package manager.
23
24
````shell
25
-npm install esbuild-plugin-package-json
+npm install -D esbuild-plugin-package-json
26
````
27
28
<details>
@@ -32,12 +32,12 @@ Here are examples for installing the package with other package manager.
32
33
> 💾 **yarn**
34
> ````shell
35
-> yarn install esbuild-plugin-package-json
+> yarn add -D esbuild-plugin-package-json
36
> ````
37
38
> 💾 **pnpm**
39
40
-> pnpm install esbuild-plugin-package-json
+> pnpm install -D esbuild-plugin-package-json
41
42
43
</details>
0 commit comments