Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: electron-userland/electron-webpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: WrathofthePast/electron-webpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 23, 2022

  1. Update mkdocs.yml

    WrathofthePast authored Feb 23, 2022
    Copy the full SHA
    90f5107 View commit details
  2. Update package.json

    WrathofthePast authored Feb 23, 2022
    Copy the full SHA
    b11ac84 View commit details
Showing with 5 additions and 5 deletions.
  1. +3 −3 mkdocs.yml
  2. +2 −2 packages/electron-webpack/package.json
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@ theme:

docs_dir: docs/en

repo_name: electron-userland/electron-webpack
repo_url: 'https://github.com/electron-userland/electron-webpack'
repo_name: WrathofthePast/electron-webpack
repo_url: 'https://github.com/WrathofthePast/electron-webpack'
edit_uri: ""
dev_addr: 0.0.0.0:8000
strict: true
@@ -52,4 +52,4 @@ nav:
- Building: building.md
- Miscellaneous:
- Dependency Management: dependency-management.md
- Technical Differences of electron-compile: technical-differences-of-electron-compile.md
- Technical Differences of electron-compile: technical-differences-of-electron-compile.md
4 changes: 2 additions & 2 deletions packages/electron-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-webpack",
"version": "2.8.2",
"version": "2.8.4",
"license": "MIT",
"author": "Vladimir Krivosheev <develar@gmail.com>",
"main": "out/main.js",
@@ -14,7 +14,7 @@
"bin": {
"electron-webpack": "./out/cli.js"
},
"repository": "electron-userland/electron-webpack",
"repository": "WrathofthePast/electron-webpack",
"engines": {
"node": ">=10.0"
},