Skip to content

Commit

Permalink
chore(deps): migrate to fork
Browse files Browse the repository at this point in the history
@dead50f7/generate-package-json-webpack-plugin
  • Loading branch information
drauggres committed Aug 4, 2022
1 parent 29897e2 commit f397475
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"yaml": "^2.0.0"
},
"devDependencies": {
"@dead50f7/generate-package-json-webpack-plugin": "^2.6.1",
"@types/bluebird": "^3.5.36",
"@types/dom-webcodecs": "^0.1.3",
"@types/express": "^4.17.13",
Expand All @@ -45,7 +46,6 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-progress": "0.0.1",
"file-loader": "^6.2.0",
"generate-package-json-webpack-plugin": "^2.6.0",
"h264-converter": "^0.1.4",
"html-webpack-plugin": "^5.5.0",
"ifdef-loader": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion webpack/ws-scrcpy.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path';
import webpack from 'webpack';
import MiniCssExtractPlugin from 'mini-css-extract-plugin';
import HtmlWebpackPlugin from 'html-webpack-plugin';
import GeneratePackageJsonPlugin from 'generate-package-json-webpack-plugin';
import GeneratePackageJsonPlugin from '@dead50f7/generate-package-json-webpack-plugin';
import { mergeWithDefaultConfig } from './build.config.utils';

export const PROJECT_ROOT = path.resolve(__dirname, '..');
Expand Down

0 comments on commit f397475

Please sign in to comment.