Skip to content

Commit 765a237

Browse files
committed
v1.0.0 release
1 parent 9713a02 commit 765a237

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
**/functions/*.js.map
1111
.wrangler/*
1212
**/coverage
13+
.yarn

package.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
{
22
"name": "turborepo-remote-cache-cf",
3-
"version": "0.0.0",
3+
"description": "An implementation of the turborepo-remote-cache server custom made for Cloudflare Workers",
4+
"keywords": [
5+
"serverless",
6+
"remote-caching",
7+
"cloudflare-workers",
8+
"vercel",
9+
"turborepo",
10+
"cloudflare-r2"
11+
],
12+
"version": "1.0.0",
13+
"author": {
14+
"email": "adiswa123@gmail.com",
15+
"name": "Adishwar Rishi",
16+
"url": "https://github.com/AdiRishi"
17+
},
18+
"homepage": "https://github.com/AdiRishi/turborepo-remote-cache-cloudflare",
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/AdiRishi/turborepo-remote-cache-cloudflare.git"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/AdiRishi/turborepo-remote-cache-cloudflare/issues"
25+
},
26+
"license": "MIT",
27+
"readme": "README.md",
428
"type": "module",
529
"devDependencies": {
630
"@cloudflare/workers-types": "^4.20230518.0",

0 commit comments

Comments
 (0)