From 3c0a2508c26b3758471085ea4853788df33293d1 Mon Sep 17 00:00:00 2001 From: Denis Tokarev Date: Fri, 26 Jun 2020 22:45:19 +1000 Subject: [PATCH] Update package.json --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c4c2869..f4112f6 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { - "name": "contentful-migrate", + "name": "contentful-migrate-fork", "version": "0.13.0", - "description": "Migration tooling for Contentful, with state management", + "description": "Migration tooling for Contentful, with state management and custom templates support", "keywords": [ "migrate", "migrations", "contentful", - "cms-as-code" + "cms-as-code", + "typescript" ], "engines": { "node": ">=8"