Skip to content

Commit

Permalink
Update dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
pazguille committed Dec 15, 2016
1 parent 3bceeb1 commit 4bfe5ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/jvent.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jvent - v1.0.0
* jvent - v1.0.1
*
* Copyright (c) 2016, @pazguille <[email protected]>
* Copyright (c) 2016, Guille Paz <[email protected]>
* Released under the MIT license.
*/
(function(window) {
Expand Down Expand Up @@ -160,7 +160,7 @@ Jvent.prototype.emit = function () {
};

/**
* Expose
* Expose Jvent
*/
// AMD
if (typeof window.define === 'function' && window.define.amd !== undefined) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jvent.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ Jvent.prototype.emit = function () {
};

/**
* Expose
* Expose Jvent
*/
module.exports = Jvent;

0 comments on commit 4bfe5ce

Please sign in to comment.