1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-03 13:26:38 -04:00

chore(package): add npm description, and bump

This commit is contained in:
satoshun00
2016-05-31 03:52:37 +09:00
parent 25fea6a881
commit f79316ebc1
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# hugo-bin [![Build Status](https://travis-ci.org/fenneclab/hugo-bin.svg?branch=master)](https://travis-ci.org/fenneclab/hugo-bin)
> Binary wrapper for [Hugo](https://github.com/spf13/hugo)
> Binary wrapper for [Hugo](gohugo.io)
## Install
@ -40,7 +40,7 @@ npm run create -- 'post/my-new-post' # see below 'npm-run-script'
}
```
See the [Hugo Documentation](http://gohugo.io) for more information.
See the [Hugo Documentation](gohugo.io) for more information.
## Super Inspired By
@ -48,4 +48,4 @@ See the [Hugo Documentation](http://gohugo.io) for more information.
## License
MIT © [Shun Sato](http://blog.fenneclab.com)
MIT © [Shun Sato](blog.fenneclab.com)

View File

@ -1,7 +1,7 @@
{
"name": "hugo-bin",
"version": "0.1.0",
"description": "",
"version": "0.1.1",
"description": "Binary wrapper for Hugo",
"main": "lib/index.js",
"scripts": {
"pretest": "rm -rf vendor && npm run postinstall",