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 a4813e9 commit 61fdae7Copy full SHA for 61fdae7
README.md
@@ -390,30 +390,11 @@ Update or create a new configuration files.
390
391
Add `magicast` peer dependency:
392
393
-<!-- automd:pm-install name="magicast" dev -->
394
-
395
```sh
396
# ✨ Auto-detect
397
npx nypm install -D magicast
398
399
-# npm
400
-npm install -D magicast
401
402
-# yarn
403
-yarn add -D magicast
404
405
-# pnpm
406
-pnpm install -D magicast
407
408
-# bun
409
-bun install -D magicast
410
411
-# deno
412
-deno install --dev magicast
413
```
414
415
-<!-- /automd -->
416
417
Import util from `c12/update`
418
419
```js
0 commit comments