Skip to content

Commit

Permalink
Adding main field
Browse files Browse the repository at this point in the history
Adding a `main` field so that npm knows what file to include when the package is `require`d.
  • Loading branch information
thirdender committed Nov 2, 2015
1 parent 39c0246 commit f3902fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"email": "[email protected]",
"author": "Objective HTML, LLC <[email protected]>",
"license": "MIT",
"main": "compiled/flipclock.js",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
Expand Down

0 comments on commit f3902fe

Please sign in to comment.