1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 22:48:27 -04:00

Backport 71c224c (#16)

Original-PR: #13
This commit is contained in:
Shun Sato 2017-03-30 02:02:08 +09:00 committed by GitHub
parent ee8ea36f6d
commit 1bbd1c62f1

View File

@ -6,7 +6,7 @@
"main": "index.js",
"scripts": {
"test": "eslint . && mocha",
"postinstall": "rm -rf vendor && node lib/install"
"postinstall": "del-cli vendor && node lib/install"
},
"repository": "fenneclab/hugo-bin",
"author": "satoshun00 <shun.sato@fenneclab.com>",
@ -40,6 +40,7 @@
},
"dependencies": {
"bin-wrapper": "3.0.2",
"del-cli": "0.2.1",
"logalot": "2.1.0"
}
}