Add repository URL to package.json (#10748)

Co-authored-by: Tim Neutkens <timneutkens@me.com>
This commit is contained in:
Yamagishi Kazutoshi 2020-04-06 20:31:44 +09:00 committed by GitHub
parent 301cca3802
commit bd85cbdf17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 0 deletions

View file

@ -1,6 +1,10 @@
{
"name": "@next/plugin-google-analytics",
"version": "9.3.5-canary.3",
"repository": {
"url": "zeit/next.js",
"directory": "packages/next-plugin-google-analytics"
},
"nextjs": {
"name": "Google Analytics",
"required-env": [

View file

@ -1,6 +1,10 @@
{
"name": "@next/plugin-material-ui",
"version": "9.3.5-canary.3",
"repository": {
"url": "zeit/next.js",
"directory": "packages/next-plugin-material-ui"
},
"nextjs": {
"name": "Material UI",
"required-env": []

View file

@ -1,6 +1,10 @@
{
"name": "@next/plugin-sentry",
"version": "9.3.5-canary.3",
"repository": {
"url": "zeit/next.js",
"directory": "packages/next-plugin-sentry"
},
"nextjs": {
"name": "Sentry",
"required-env": [

View file

@ -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"