From 20163d6aa765f8f3e9fe63835c9bc84af812e28d Mon Sep 17 00:00:00 2001 From: Brendan Nee Date: Tue, 21 Jul 2015 14:49:35 -0700 Subject: [PATCH] Added `main` to package.json for including via npm --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}