diff options
author | 2022-07-12 06:03:17 -0400 | |
---|---|---|
committer | 2022-07-12 03:03:17 -0700 | |
commit | 5774069cfe46836a0667b5644cb2c91a74db42a7 (patch) | |
tree | e4b82573a7cdbea90decd2104d3f557ac0cba38d /examples | |
parent | 83ad9fa780295a272a7ca789f8a44cd58600a522 (diff) | |
download | bun-5774069cfe46836a0667b5644cb2c91a74db42a7.tar.gz bun-5774069cfe46836a0667b5644cb2c91a74db42a7.tar.zst bun-5774069cfe46836a0667b5644cb2c91a74db42a7.zip |
fix blank template (#523)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/blank/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blank/package.json b/examples/blank/package.json index 02cfd3104..922f20841 100644 --- a/examples/blank/package.json +++ b/examples/blank/package.json @@ -1,8 +1,8 @@ { "version": "1.0.0", - "name": "blank", + "name": "@bun-examples/blank", "main": "src/index.js", "devDependencies": { "bun-types": "^0.0.83" } -}
\ No newline at end of file +} |