Skip to content

Commit

Permalink
Update project according to the ownership transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
ertrzyiks committed May 5, 2018
1 parent d95efba commit a2f0f10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A Hexo plugins which helps to introduce low quality image placeholders to the th
## Installation

```
npm i ertrzyiks/hexo-filter-lqip --save
npm i hexo-filter-lqip --save
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ertrzyiks/hexo-filter-lqip.git"
"url": "git+https://github.com/hexojs/hexo-filter-lqip.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ertrzyiks/hexo-filter-lqip/issues"
"url": "https://github.com/hexojs/hexo-filter-lqip/issues"
},
"homepage": "https://github.com/ertrzyiks/hexo-filter-lqip#readme",
"homepage": "https://github.com/hexojs/hexo-filter-lqip#readme",
"dependencies": {
"bluebird": "^3.5.1",
"potrace": "^2.1.1",
Expand Down

0 comments on commit a2f0f10

Please sign in to comment.