We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e1e09e + ed35621 commit 1ae4137Copy full SHA for 1ae4137
2 files changed
package.json
@@ -4,6 +4,7 @@
4
"email": "support@objectivehtml.com",
5
"author": "Objective HTML, LLC <support@objectivehtml.com>",
6
"license": "MIT",
7
+ "main": "compiled/flipclock.js",
8
"devDependencies": {
9
"grunt": "~0.4.2",
10
"grunt-contrib-concat": "~0.3.0",
src/flipclock/js/libs/core.js
@@ -7,7 +7,7 @@ var FlipClock;
*
* @author Justin Kimbrell
* @copyright 2013 - Objective HTML, LLC
- * @licesnse http://www.opensource.org/licenses/mit-license.php
+ * @license http://www.opensource.org/licenses/mit-license.php
11
*/
12
13
(function($) {
0 commit comments