From 39fd7eb58fd5be69ec1f2b4bf781871b12bf87d9 Mon Sep 17 00:00:00 2001 From: Charlotte Payne Date: Thu, 3 Mar 2022 18:07:59 +0000 Subject: [PATCH 1/2] Use forked dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fb46cbc..3ee129b 100644 --- a/package.json +++ b/package.json @@ -33,10 +33,10 @@ "prepublish": "grunt" }, "dependencies": { - "evt": "github:wilsonpage/evt", - "extend": "github:wilsonpage/extend", + "evt": "github:financial-times/ft-app-evt", + "extend": "github:financial-times/ft-app-extend", "model": "github:financial-times/ft-app-model", - "utils": "github:wilsonpage/utils" + "utils": "github:financial-times/ft-app-utils" }, "devDependencies": { "backbone": "^1.2.0", From ccad4cb5e12728d8cdb722d630ee905beb48b7aa Mon Sep 17 00:00:00 2001 From: Charlotte Payne Date: Thu, 3 Mar 2022 18:10:01 +0000 Subject: [PATCH 2/2] Update package version ready for publish * PR to bump in sync with 1.2.1 git tag here https://github.com/ftlabs/fruitmachine/pull/94 * Closing that in favour of this bump ready for release of 1.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ee129b..7661749 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fruitmachine", "title": "FruitMachine", "description": "A lightweight component layout engine for client and server.", - "version": "1.2.0", + "version": "1.2.2", "homepage": "https://github.com/wilsonpage/fruitmachine", "author": { "name": "Wilson Page",