Skip to content

Commit

Permalink
Add repository URL to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Feb 29, 2020
1 parent 5a82812 commit 02ed08e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/next-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@next/plugin-google-analytics",
"version": "9.2.3-canary.17",
"repository": {
"url": "zeit/next.js",
"directory": "packages/next-plugin-google-analytics"
},
"nextjs": {
"name": "Google Analytics",
"required-env": [
Expand Down
4 changes: 4 additions & 0 deletions packages/next-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@next/plugin-material-ui",
"version": "9.2.3-canary.17",
"repository": {
"url": "zeit/next.js",
"directory": "packages/next-plugin-material-ui"
},
"nextjs": {
"name": "Material UI",
"required-env": []
Expand Down
4 changes: 4 additions & 0 deletions packages/next-plugin-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@next/plugin-sentry",
"version": "9.2.3-canary.17",
"repository": {
"url": "zeit/next.js",
"directory": "packages/next-plugin-sentry"
},
"nextjs": {
"name": "Sentry",
"required-env": [
Expand Down
4 changes: 4 additions & 0 deletions packages/next-polyfill-nomodule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "A polyfill for non-dead, nomodule browsers.",
"main": "dist/polyfill-nomodule.js",
"license": "MIT",
"repository": {
"url": "zeit/next.js",
"directory": "packages/next-polyfill-nomodule"
},
"scripts": {
"prepublish": "microbundle src/index.js -f iife --no-sourcemap --external none",
"build": "microbundle watch src/index.js -f iife --no-sourcemap --external none"
Expand Down

0 comments on commit 02ed08e

Please sign in to comment.