also looking at this
chore(deps): update all non-major dependencies
#21
4 files
+16
-15
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "name": "@stacksjs/bunpress", |
| 3 | 3 | "type": "module", |
| 4 | "version": "0.0.0", | |
| 4 | "version": "0.0.1", | |
| 5 | 5 | "description": "Modern documentation engine. Powered by Bun.", |
| 6 | 6 | "author": "Chris Breuer <chris@stacksjs.org>", |
| 7 | 7 | "license": "MIT", |
| @@ -34,7 +34,10 @@ | ||
| 34 | 34 | "bin": { |
| 35 | 35 | "bunpress": "./dist/bin/cli.js" |
| 36 | 36 | }, |
| 37 | "files": ["README.md", "dist"], | |
| 37 | "files": [ | |
| 38 | "README.md", | |
| 39 | "dist" | |
| 40 | ], | |
| 38 | 41 | "scripts": { |
| 39 | 42 | "dev": "bun run dev:docs", |
| 40 | 43 | "build": "bun --bun build.ts && bun run compile", |