Skip to content

Commit

Permalink
Revert "update package to hexo-workbox"
Browse files Browse the repository at this point in the history
This reverts commit e0f4f41.
  • Loading branch information
jiangtj committed Jun 30, 2020
1 parent e0f4f41 commit 2918fe8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jiangtj/hexo-workbox",
"name": "@jiangtj/hexo-next-pwa",
"version": "0.1.1",
"description": "",
"main": "index.js",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 2918fe8

Please sign in to comment.