Skip to content

Commit 1ae4137

Browse files
committed
Merge pull request #235 from thirdender/master
Add `main` field to package.json
2 parents 6e1e09e + ed35621 commit 1ae4137

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"email": "[email protected]",
55
"author": "Objective HTML, LLC <[email protected]>",
66
"license": "MIT",
7+
"main": "compiled/flipclock.js",
78
"devDependencies": {
89
"grunt": "~0.4.2",
910
"grunt-contrib-concat": "~0.3.0",

src/flipclock/js/libs/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var FlipClock;
77
*
88
* @author Justin Kimbrell
99
* @copyright 2013 - Objective HTML, LLC
10-
* @licesnse http://www.opensource.org/licenses/mit-license.php
10+
* @license http://www.opensource.org/licenses/mit-license.php
1111
*/
1212

1313
(function($) {

0 commit comments

Comments
 (0)