paddle-checkout-accelerator 2.7.0 → 2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -227,8 +227,8 @@ function runDoctor() {
227
227
  console.log(`${failed} check(s) failed.`);
228
228
  console.log("");
229
229
  console.log("Fix the missing items above, then run:");
230
- console.log(" npx paddle-checkout-accelerator doctor
231
- npx paddle-checkout-accelerator verify");
230
+ console.log(" npx paddle-checkout-accelerator doctor");
231
+ console.log(" npx paddle-checkout-accelerator verify");
232
232
 
233
233
  process.exit(1);
234
234
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paddle-checkout-accelerator",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "scripts": {
5
5
  "dev": "next dev",
6
6
  "build": "next build",