Skip to content

Commit 8d942c9

Browse files
committed
Update dist to output generated at ad188e4
0 parents  commit 8d942c9

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

connector.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
(function (global, factory) {
2+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3+
typeof define === 'function' && define.amd ? define(['exports'], factory) :
4+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.freenalytics = {}));
5+
})(this, (function (exports) { 'use strict';
6+
7+
var testing = function () {
8+
console.log('hello');
9+
};
10+
11+
exports.testing = testing;
12+
13+
}));

connector.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)