Skip to content

Update package.json to include the repository #1741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-basic",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/basic"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-custom-babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-custom-babel-config",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-custom-babel-config"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-custom-environment-variables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-custom-environment-variables",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-custom-environment-variables"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-custom-webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-custom-webpack-config",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-custom-webpack-config"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-elm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-elm",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-elm"
},
"scripts": {
"postinstall": "elm-package install -y",
"start": "razzle start",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-firebase-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-firebase-functions",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-firebase-functions"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-heroku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-heroku",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-heroku"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-hyperapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-hyperapp",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-hyperapp"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-inferno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-inferno",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-inferno"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-jsxstyle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-jsxstyle",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-jsxstyle"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-koa",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-koa"
},
"scripts": {
"start": "razzle start",
"test": "razzle test --env=jsdom",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-loadable-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-loadable-components",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-loadable-components"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-material-ui",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-material-ui"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "razzle-examples-with-mdx",
"version": "4.2.2",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-mdx"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-now/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-now",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-now"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-polka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-polka",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-polka"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-preact",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-preact"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-react-native-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-react-native-web",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-react-native-web"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-reason-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-reason-react",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-reason-react"
},
"scripts": {
"start": "concurrently \"npm run js-watch\" \"npm run bsb-watch\"",
"js-watch": "razzle start",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-redux",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-redux"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-scss",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-scss"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-styled-components",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-styled-components"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-typescript",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-typescript"
},
"scripts": {
"start:tsc": "tsc -b -w --preserveWatchOutput",
"start": "concurrently \"yarn start:tsc\" \"razzle start\"",
Expand Down
5 changes: 5 additions & 0 deletions examples/with-vendor-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "razzle-examples-with-vendor-bundle",
"version": "4.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaredpalmer/razzle.git",
"directory": "examples/with-vendor-bundle"
},
"scripts": {
"start": "razzle start",
"build": "razzle build",
Expand Down