diff options
author | 2023-07-19 23:57:41 -0700 | |
---|---|---|
committer | 2023-07-19 23:57:41 -0700 | |
commit | 0b365781a8ddbea40ec3259e5bf0435c9aebc0a6 (patch) | |
tree | 7683dac60e7fc46967d649e802d9cd7b6c027340 /docs/quickstart.md | |
parent | dd46c11273211601bb67eff04dde7279fff5b8d5 (diff) | |
download | bun-0b365781a8ddbea40ec3259e5bf0435c9aebc0a6.tar.gz bun-0b365781a8ddbea40ec3259e5bf0435c9aebc0a6.tar.zst bun-0b365781a8ddbea40ec3259e5bf0435c9aebc0a6.zip |
Bump version to Bun v0.7.0
Diffstat (limited to 'docs/quickstart.md')
-rw-r--r-- | docs/quickstart.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md index 1a5aa657c..156e1145b 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -64,7 +64,7 @@ Bun can also execute `"scripts"` from your `package.json`. Add the following scr + "start": "bun run index.ts" + }, "devDependencies": { - "bun-types": "^0.4.0" + "bun-types": "^0.7.0" } } ``` |