Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add commonjs / npm support #31

Merged
merged 1 commit into from Sep 18, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add commonjs / npm support

  • Loading branch information
Matt Lewis
Matt Lewis committed Sep 15, 2015
commit 2e0bb969d2eb9fcd0668e3c06f0ad31b548537be
@@ -0,0 +1,3 @@
jasminetest
Gruntfile.js
bower.json
@@ -0,0 +1,3 @@
require('./src/loggly.tracker');
module.exports._LTracker = window._LTracker;
module.exports.LogglyTracker = window.LogglyTracker;
@@ -1,7 +1,8 @@
{
"name": "loggly-jslogger",
"version": "3.0.0",
"version": "2.1.0",
"description": "A Javascript client to send logs to Loggly.",
"browser": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/loggly/loggly-jslogger.git"
@@ -18,8 +19,5 @@
"bower": "^1.3.1",
"grunt": "^0.4.4",
"grunt-contrib-uglify": "^0.4.0"
},
"scripts": {
"postinstall": "bower install"
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.