From 975d764e228856b390aba134f08b48b57d06f759 Mon Sep 17 00:00:00 2001 From: Ray Schamp <ray@scratch.mit.edu> Date: Wed, 14 Jun 2017 15:57:16 -0400 Subject: [PATCH] Use personal fork for gh-pages In case the remote one gets deleted for some reason. I already had a fork of gh-pages, which is why I'm using rschamp rather than LLK. This is intended to be temporary. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c3d520c5..5493ddeca 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint": "^3.16.1", "eslint-config-scratch": "^3.0.0", "eslint-plugin-react": "^7.0.1", - "gh-pages": "github:jfschwarz/gh-pages#publish-branch-to-subfolder", + "gh-pages": "github:rschamp/gh-pages#publish-branch-to-subfolder", "html-webpack-plugin": "2.28.0", "immutable": "3.8.1", "lodash.bindall": "4.4.0", -- GitLab