From b4f8d342caf123f63d61cecbb9bd91e9cc72e80a Mon Sep 17 00:00:00 2001 From: Tom Hartnell Date: Mon, 15 Dec 2014 16:23:35 +0000 Subject: [PATCH] added array of tocify src file paths to bower.json `main` property --- bower.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index b323a82..44941d5 100644 --- a/bower.json +++ b/bower.json @@ -10,6 +10,9 @@ "jquery-ui": "~1.10.3" }, "description": "A jQuery plugin that dynamically generates a table of contents.", - "main": "jquery.tocify.js", + "main": [ + "src/javascripts/jquery.tocify.js", + "src/stylesheets/jquery.tocify.css" + ], "license": "MIT" -} \ No newline at end of file +}