@jant/core 0.3.14 → 0.3.16

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,7 +35,7 @@ The easiest way to create a new Jant site:
35
35
  ```bash
36
36
  pnpm create jant my-blog
37
37
  cd my-blog
38
- pnpm dev
38
+ pnpm run dev
39
39
  ```
40
40
 
41
41
  ## Manual Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jant/core",
3
- "version": "0.3.14",
3
+ "version": "0.3.16",
4
4
  "description": "A modern, open-source microblogging platform built on Cloudflare Workers",
5
5
  "type": "module",
6
6
  "bin": {