We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9e11b commit 78627f8Copy full SHA for 78627f8
integrations/madkudu/lib/index.js
@@ -10,7 +10,7 @@ var integration = require('@segment/analytics.js-integration');
10
* UMD?
11
*/
12
13
-var umd = typeof window.define === 'function' && window.define.amd;
+var umd = typeof window.define === 'function' && window.define.amd && window.require;
14
15
/**
16
* Expose `Madkudu` integration.
integrations/madkudu/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@segment/analytics.js-integration-madkudu",
3
"description": "The Madkudu analytics.js integration.",
4
- "version": "2.0.1",
+ "version": "2.0.2",
5
"keywords": [
6
"analytics.js",
7
"analytics.js-integration",
0 commit comments