@nuxt/docs-nightly 4.1.1-29281581.418bafeb → 4.1.1-29281685.c73957ae

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ pnpm create nuxt -t module my-module
28
28
  ```
29
29
 
30
30
  ```bash [bun]
31
- bun create nuxt -t module my-module
31
+ bun create nuxt -- -t module my-module
32
32
  ```
33
33
  ::
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.1.1-29281581.418bafeb",
3
+ "version": "4.1.1-29281685.c73957ae",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",