Skip to content

Commit

Permalink
Updated wrangler in testProject to 3.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed Apr 18, 2024
1 parent b4f1a3c commit 4de76d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testProjects/cloudflare-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"stripe": "file:../../"
},
"devDependencies": {
"wrangler": "^2.9.0"
"wrangler": "^3.50.0"
}
}
4 changes: 2 additions & 2 deletions testProjects/cloudflare-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "./src/index.js",
"scripts": {
"build": "wrangler publish --dry-run"
"build": "wrangler deploy --dry-run"
},
"keywords": [],
"author": "",
Expand All @@ -13,6 +13,6 @@
"stripe": "file:../../"
},
"devDependencies": {
"wrangler": "^2.9.0"
"wrangler": "^3.50.0"
}
}

0 comments on commit 4de76d0

Please sign in to comment.