Skip to content

Commit

Permalink
Merge branch 'master' into latest-codegen-master
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Apr 18, 2024
2 parents ed4e9bd + 74f23f5 commit dba589b
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
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
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 dba589b

Please sign in to comment.