From 72afc87f79ed60772ec14884a0bf9f8df880531a Mon Sep 17 00:00:00 2001 From: Sondre Nilsen Date: Wed, 24 Aug 2016 00:17:15 +0200 Subject: [PATCH] Update generator-statisk The new version contains a bugfix for deploying to GitHub. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3417c8..7dd1f1a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ], "dependencies": { "chalk": "^1.1.0", - "generator-statisk": "^0.4.0", + "generator-statisk": "^0.5.0", "lodash": "^4.14.0", "shelljs": "^0.7.0", "yargs": "^4.8.1",