diff --git a/package.json b/package.json index 31ef86ddb..546383243 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap-treeview", "description": "Tree View for Twitter Bootstrap", - "version": "1.2.0", + "version": "1.2.1", "homepage": "https://github.com/jonmiles/bootstrap-treeview", "author": { "name": "Jonathan Miles" @@ -19,12 +19,9 @@ "url": "https://github.com/jonmiles/bootstrap-treeview/blob/master/LICENSE" } ], - "main": [ - "dist/bootstrap-treeview.min.js", - "dist/bootstrap-treeview.min.css" - ], + "main": "dist/bootstrap-treeview.min.js", "scripts": { - "install": "bower install", + "dev-install": "bower install", "start": "node app", "test": "grunt test" }, @@ -45,6 +42,10 @@ "grunt-contrib-watch": "0.6.x", "grunt-contrib-copy": "0.7.x" }, + "peerDependencies": { + "jquery": ">= 1.9.0", + "bootstrap": ">= 3.0.0" + }, "keywords": [ "twitter", "bootstrap",