From 37dac8c0112572130f418b967c007578988b9c54 Mon Sep 17 00:00:00 2001 From: curbengh Date: Thu, 18 Jul 2019 17:34:26 +0930 Subject: [PATCH] chore: update username --- LICENSE | 2 +- README.md | 8 ++++---- package.json | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index e16ca90..7d12f11 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018-2019 weyusi, 2016-2018 rozbo +Copyright (c) 2018-2019 curbengh, 2016-2018 rozbo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 58bf123..c60da9c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Hexo-yam [![npm version](https://badge.fury.io/js/hexo-yam.svg)](https://www.npmjs.com/package/hexo-yam) -[![Build Status](https://travis-ci.com/weyusi/hexo-yam.svg?branch=master)](https://travis-ci.com/weyusi/hexo-yam) -[![NPM Dependencies](https://david-dm.org/weyusi/hexo-yam.svg)](https://david-dm.org/weyusi/hexo-yam) +[![Build Status](https://travis-ci.com/curbengh/hexo-yam.svg?branch=master)](https://travis-ci.com/curbengh/hexo-yam) +[![NPM Dependencies](https://david-dm.org/curbengh/hexo-yam.svg)](https://david-dm.org/curbengh/hexo-yam) [![Known Vulnerabilities](https://snyk.io/test/npm/hexo-yam/badge.svg)](https://snyk.io/test/npm/hexo-yam) -[![Greenkeeper badge](https://badges.greenkeeper.io/weyusi/hexo-yam.svg)](https://greenkeeper.io/) +[![Greenkeeper badge](https://badges.greenkeeper.io/curbengh/hexo-yam.svg)](https://greenkeeper.io/) --- -Yet Another Minifier for Hexo. Minify and compress HTML, JS, CSS and SVG. XML, JSON and [many more](https://github.com/weyusi/hexo-yam/blob/ba77db0094a7c07ea9f70f010bfc15541d4105ca/index.js#L64) are also compressed. Support gzip and [brotli](https://en.wikipedia.org/wiki/Brotli) [compressions](https://en.wikipedia.org/wiki/HTTP_compression). +Yet Another Minifier for Hexo. Minify and compress HTML, JS, CSS and SVG. XML, JSON and [many more](https://github.com/curbengh/hexo-yam/blob/ba77db0094a7c07ea9f70f010bfc15541d4105ca/index.js#L64) are also compressed. Support gzip and [brotli](https://en.wikipedia.org/wiki/Brotli) [compressions](https://en.wikipedia.org/wiki/HTTP_compression). This project is based on [hexo-neat](https://github.com/rozbo/hexo-neat). Existing options are the same, so you can use this as a drop-in replacement. diff --git a/package.json b/package.json index e44f108..11b6be3 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ "engines": { "node": ">= 8.6.0" }, - "author": "weyusi", + "author": "curben", "license": "MIT", - "homepage": "https://github.com/weyusi/hexo-yam", + "homepage": "https://github.com/curbengh/hexo-yam", "repository": { "type": "git", - "url": "https://github.com/weyusi/hexo-yam.git" + "url": "https://github.com/curbengh/hexo-yam.git" }, "dependencies": { "clean-css": "^4.2.1",