@gurulu/cli 0.3.3 → 0.3.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gurulu/cli",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Gurulu.io CLI — setup analytics in seconds",
5
5
  "bin": {
6
6
  "gurulu": "bin/gurulu.js"
@@ -138,7 +138,7 @@ async function runPatchMode(repoRoot, args) {
138
138
  siteId: args['site-id'],
139
139
  tenantId: args['tenant-id'],
140
140
  publishableKey: args['publishable-key'] || '',
141
- scriptSrc: args['script-src'] || '/gurulu-tracker.js',
141
+ scriptSrc: args['script-src'] || 'https://gurulu.io/t.js',
142
142
  });
143
143
  const plan = patcher.plan({ repoRoot, injection });
144
144
  log(`Framework: ${patcher.name}`);