From 9206a77be1b69558382a4fe82a6e373198c0f002 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 28 May 2019 16:46:55 +0900 Subject: [PATCH] Fix package.json urls --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 336e28e..1fb2c23 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "documentation-theme-default", + "name": "documentation-theme-light", "version": "1.0.0-alpha", - "description": "the default theme for documentation", + "description": "the light theme for documentation", "scripts": { "test": "handlebars index.hbs section.hbs > /dev/null" }, "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/documentationjs/documentation-theme-default.git" + "url": "https://github.com/documentationjs/documentation-theme-light.git" }, "keywords": [ "documentation", @@ -18,9 +18,9 @@ "author": "Tom MacWright", "license": "ISC", "bugs": { - "url": "https://github.com/documentationjs/documentation-theme-default/issues" + "url": "https://github.com/documentationjs/documentation-theme-light/issues" }, - "homepage": "https://github.com/documentationjs/documentation-theme-default", + "homepage": "https://github.com/documentationjs/documentation-theme-light", "devDependencies": { "handlebars": "^3.0.3" }