From 2918fe8ba5e39718b24b335a37ea82a547efbf02 Mon Sep 17 00:00:00 2001 From: jiangtj <116749895@qq.com> Date: Tue, 30 Jun 2020 15:52:34 +0800 Subject: [PATCH] Revert "update package to hexo-workbox" This reverts commit e0f4f41e727f5109a85a4c6b80919d280a91aec4. --- README.md | 8 ++++---- package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 286c954..0922384 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# Hexo Workbox +# Hexo NexT PWA -[![](https://img.shields.io/npm/v/@jiangtj/hexo-workbox.svg?style=popout-square)](https://www.npmjs.com/package/@jiangtj/hexo-workbox) -![npm](https://img.shields.io/npm/l/@jiangtj/hexo-workbox.svg?style=popout-square) +[![](https://img.shields.io/npm/v/@jiangtj/hexo-next-pwa.svg?style=popout-square)](https://www.npmjs.com/package/@jiangtj/hexo-next-pwa) +![npm](https://img.shields.io/npm/l/@jiangtj/hexo-next-pwa.svg?style=popout-square) ## Install If you use [next](https://github.com/theme-next/hexo-theme-next) or [cake](https://github.com/jiangtj/hexo-theme-cake) theme, just install it. ```bash -yarn add @jiangtj/hexo-workbox +yarn add @jiangtj/hexo-next-pwa ``` Others, you need to install hexo5.0 or the latest master branch diff --git a/package.json b/package.json index 34e34bc..333c09d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@jiangtj/hexo-workbox", + "name": "@jiangtj/hexo-next-pwa", "version": "0.1.1", "description": "", "main": "index.js", @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/jiangtj-lab/hexo-workbox.git" + "url": "git+https://github.com/jiangtj-lab/hexo-next-pwa.git" }, "keywords": [ "hexo", @@ -25,9 +25,9 @@ "author": "Mr.J", "license": "LGPL-3.0", "bugs": { - "url": "https://github.com/jiangtj-lab/hexo-workbox/issues" + "url": "https://github.com/jiangtj-lab/hexo-next-pwa/issues" }, - "homepage": "https://github.com/jiangtj-lab/hexo-workbox#readme", + "homepage": "https://github.com/jiangtj-lab/hexo-next-pwa#readme", "dependencies": { "ejs": "^3.1.3", "hexo-extend-injector2": "^0.1.7",