1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-03 19:16:37 -04:00

Update Hugo version to latest (#25)

Hugo latest is at .26 as of Aug 7th. This change updates the latest Hugo version.
This commit is contained in:
Bradley Bodine
2017-08-25 13:49:58 -05:00
committed by Shun Sato
parent efd77a82eb
commit eae5b5dfa2

View File

@ -1,7 +1,7 @@
{ {
"name": "hugo-bin", "name": "hugo-bin",
"version": "0.12.0", "version": "0.12.0",
"hugoVersion": "0.25.1", "hugoVersion": "0.26",
"description": "Binary wrapper for Hugo", "description": "Binary wrapper for Hugo",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {