Skip to content

Commit f3902fe

Browse files
committed
Adding main field
Adding a `main` field so that npm knows what file to include when the package is `require`d.
1 parent 39c0246 commit f3902fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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",

0 commit comments

Comments
 (0)