Skip to content

Commit

Permalink
refactor: point fixtures at the workspace version of kv-asset-handler (
Browse files Browse the repository at this point in the history
…#4237)

Co-authored-by: Peter Bacon Darwin <pbacondarwin@cloudflare.com>
  • Loading branch information
itsmatteomanf and petebacondarwin committed May 2, 2024
1 parent 6365c90 commit 769187e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 23 deletions.
20 changes: 0 additions & 20 deletions fixtures/legacy-site-app/workers-site/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion fixtures/legacy-site-app/workers-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"license": "MIT",
"main": "index.js",
"dependencies": {
"@cloudflare/kv-asset-handler": "~0.1.2"
"@cloudflare/kv-asset-handler": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion templates/worker-sites-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"extends": "react-app"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "~0.1.2",
"@cloudflare/kv-asset-handler": "workspace:*",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/worker-sites/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "wrangler dev index.js"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "~0.1.2"
"@cloudflare/kv-asset-handler": "workspace:*"
},
"devDependencies": {
"wrangler": "^3.0.0"
Expand Down

0 comments on commit 769187e

Please sign in to comment.