From 2ae2c9a55deecf1455c790ee6f008194d9f7a19a Mon Sep 17 00:00:00 2001 From: tobiju Date: Fri, 28 Jul 2017 19:48:37 +0200 Subject: [PATCH] Remove bookdown requirement --- composer.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index f006dad..24accae 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "tobiju/bookdown-bootswatch-templates", + "name": "bookdown/themes", "type": "library", "description": "Bookdown.io With Bootswatch Styles And Prism Syntax Highlighting", "keywords": [ @@ -14,15 +14,12 @@ "static site", "docs" ], - "homepage": "https://github.com/tobiju/bookdown-bootswatch-templates", + "homepage": "https://github.com/bookdown/Bookdown.Themes", "license": "BSD-3-Clause", "authors": [ { "name": "Bookdown Bootswatch Templates Contributors", - "homepage": "https://github.com/tobiju/bookdown-bootswatch-templates/contributors" + "homepage": "https://github.com/bookdown/Bookdown.Themes/contributors" } - ], - "require": { - "bookdown/bookdown": "1.x-dev" - } + ] }