This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
James A Gorrie
committed
Feb 28, 2019
1 parent
f42c92a
commit a9ace2e
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"author": "Wellcome Collection <[email protected]>", | ||
"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", | ||
|