Adding main field

Adding a `main` field so that npm knows what file to include when the package is `require`d.
This commit is contained in:
thirdender 2015-11-02 18:06:00 -05:00
parent 39c0246ef8
commit f3902fe339

View File

@ -4,6 +4,7 @@
"email": "support@objectivehtml.com",
"author": "Objective HTML, LLC <support@objectivehtml.com>",
"license": "MIT",
"main": "compiled/flipclock.js",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",