diff --git a/package.json b/package.json index 51b4760..fb45e77 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "A jQuery plugin that creates a dynamic table of contents", "version": "1.9.0", "homepage": "http://gregfranko.com/jquery.tocify.js/", + "main": "src/javascripts/jquery.tocify.js", "author": { "name": "Greg Franko", "email": "gfranko5@yahoo.com", @@ -28,4 +29,4 @@ "grunt-contrib-jshint": "~0.3.0" }, "keywords": ["jQuery", "jQueryUI", "Twitter Bootstrap", "Table of Contents Plugin"] -} \ No newline at end of file +}