From 77a4a5ac40285a8876e14228c267b508e2d7cb57 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 12 Jan 2019 23:45:12 -0800 Subject: [PATCH] Update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4d52885..15690f5 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,21 @@ { - "name": "testing-v1-one-click-apps", + "name": "CapRover-one-click-apps", "version": "1.0.0", - "description": "Process: - Find/create a docker-compose file for the one click app - Convert yaml file to json - Copy the content into the structure as [wordpress.json](https://github.com/githubsaturn/testing-v1-one-click-apps/blob/master/one-click-apps/v1/wordpress.json)", + "description": "One Click App Repository for CapRover", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "git+https://github.com/githubsaturn/testing-v1-one-click-apps.git" + "url": "git+https://github.com/caprover/one-click-apps.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/githubsaturn/testing-v1-one-click-apps/issues" + "url": "https://github.com/caprover/one-click-apps/issues" }, - "homepage": "https://github.com/githubsaturn/testing-v1-one-click-apps#readme", + "homepage": "https://github.com/caprover/one-click-apps", "dependencies": { "fs-extra": "^7.0.1", "gh-pages": "^2.0.1"