From a9ace2e31ee24d935b50d9899655a657375a5e94 Mon Sep 17 00:00:00 2001 From: James A Gorrie Date: Thu, 28 Feb 2019 08:56:09 +0000 Subject: [PATCH] update package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a8441c0..cf4bcfe 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "next-transpile-modules", - "version": "2.0.0", + "name": "@weco/next-plugin-transpile-modules", + "version": "2.0.1", "main": "index.js", "license": "MIT", - "author": "Pierre de la Martinière ", + "author": "Wellcome Collection ", "description": "Next.js plugin to transpile code from node_modules (supports TypeScript)", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -14,12 +14,12 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/martpie/next-transpile-modules.git" + "url": "git+https://github.com/wellcometrust/next-plugin-transpile-modules.git" }, "bugs": { - "url": "https://github.com/martpie/next-transpile-modules/issues" + "url": "https://github.com/wellcometrust/next-plugin-transpile-modules/issues" }, - "homepage": "https://github.com/martpie/next-transpile-modules#readme", + "homepage": "https://github.com/wellcometrust/next-plugin-transpile-modules#readme", "keywords": [ "next", "next.js",