From 325e4eb76dbb6510ac5a33cc34bbd2fd00f8820c Mon Sep 17 00:00:00 2001 From: mengshuicmq Date: Fri, 7 May 2021 17:55:28 +0800 Subject: [PATCH] chore: replace WorktileTech to worktile --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3eca8c0..0340cb2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ angular markdown editor 1. 安装 Node.js、git 客户端 -1. 执行 `git clone https://github.com/WorktileTech/angular-wt-editor` +1. 执行 `git clone https://github.com/worktile/angular-wt-editor` 1. 执行 `npm install gulp -g` 和 `npm install bower -g` diff --git a/package.json b/package.json index cfab7a9..196fbc2 100644 --- a/package.json +++ b/package.json @@ -8,14 +8,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/WorktileTech/angular-wt-editor.git" + "url": "git+https://github.com/worktile/angular-wt-editor.git" }, "author": "YCTech", "license": "ISC", "bugs": { - "url": "https://github.com/WorktileTech/angular-wt-editor/issues" + "url": "https://github.com/worktile/angular-wt-editor/issues" }, - "homepage": "https://github.com/WorktileTech/angular-wt-editor#readme", + "homepage": "https://github.com/worktile/angular-wt-editor#readme", "devDependencies": { "del": "^1.2.1", "gulp": "^3.9.0",