Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • 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.
12 changes: 6 additions & 6 deletions package.json
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",
Expand All @@ -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",
Expand Down

0 comments on commit a9ace2e

Please sign in to comment.