We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
le.js now has bower support!
Installing le.js through Bower is simple. First, update your bower.json file to include the logentries library. Here's a minimal example:
bower.json
{ "name": "my-project", "version": "1.0.0", "dependencies": { "logentries": "*" } }
Then run bower install and you're good to go!
bower install