Skip to content

Commit 27d1f31

Browse files
committed
Bump package to v1.0.2 and update metadata
Bump package.json version to 1.0.2 and update the package description to emphasize storing embed JSON in Cloudflare R2 and returning a public URL. Reorder keywords (moved cloudflare-r2). Also remove trailing newline in README.md.
1 parent f887273 commit 27d1f31

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ R2_PUBLIC_DOMAIN=raw.example.com
160160

161161
## License
162162

163-
MIT License
163+
MIT License

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@letsroti/sourceembed",
3-
"version": "1.0.1",
4-
"description": "Store raw text or JSON in Cloudflare R2 and instantly get a public URL.",
3+
"version": "1.0.2",
4+
"description": "Store embed JSON to Cloudflare R2 and return a public URL",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",
@@ -28,8 +28,8 @@
2828
"prepublishOnly": "npm run build"
2929
},
3030
"keywords": [
31-
"cloudflare-r2",
3231
"s3-compatible",
32+
"cloudflare-r2",
3333
"json-hosting",
3434
"raw-text-storage",
3535
"public-url-storage"

0 commit comments

Comments
 (0)