Skip to content

Commit

Permalink
new header
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Apr 6, 2017
1 parent ccebaef commit c6b2ac0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
14 changes: 6 additions & 8 deletions dist/moon.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/*
* Moon v0.8.0
* Copyright 2016-2017, Kabir Shah
* https://github.com/KingPixil/moon/
* Free to use under the MIT license.
* https://kingpixil.github.io/license
*/

/**
* Moon v0.8.0
* Copyright 2016-2017 Kabir Shah
* Released under the MIT License
* http://moonjs.ga
*/
(function(root, factory) {
/* ======= Global Moon ======= */
(typeof module === "object" && module.exports) ? module.exports = factory() : root.Moon = factory();
Expand Down

0 comments on commit c6b2ac0

Please sign in to comment.