This repository was archived by the owner on May 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
const path = require ( 'path' ) ;
2
2
const webpack = require ( 'webpack' ) ;
3
- const CopyPlugin = require ( " copy-webpack-plugin" ) ;
3
+ const CopyPlugin = require ( ' copy-webpack-plugin' ) ;
4
4
const FileManagerPlugin = require ( 'filemanager-webpack-plugin' ) ;
5
5
const TerserPlugin = require ( 'terser-webpack-plugin' ) ;
6
6
const { CleanWebpackPlugin } = require ( 'clean-webpack-plugin' ) ;
@@ -35,7 +35,7 @@ const banner = `${packageName}
35
35
@author ${ packageJson . author }
36
36
@copyright Copyright ${ new Date ( ) . getFullYear ( ) } , WebDevNerdStuff
37
37
@homepage ${ packageJson . homepage }
38
- @repository ${ packageJson . repository }
38
+ @repository ${ packageJson . repository . url }
39
39
@license https://github.com/webdevnerdstuff/${ packageJson . name } /blob/main/LICENSE.md
40
40
` ;
41
41
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " amazon-smile-redirect" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
4
4
"description" : " Amazon Smile Redirect" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
10
10
"build" : " pnpm build:release"
11
11
},
12
12
"author" : " WebDevNerdStuff & Bunnies... lots and lots of bunnies!" ,
13
+ "homepage" : " https://amazonsmileredirect.com" ,
13
14
"license" : " ISC" ,
14
15
"repository" : {
15
16
"type" : " git" ,
16
- "url" : " "
17
+ "url" : " https://github.com/webdevnerdstuff/amazon-smile-redirect "
17
18
},
18
19
"devDependencies" : {
19
20
"@babel/core" : " ^7.18.2" ,
Original file line number Diff line number Diff line change 3
3
"name" : " Amazon Smile Redirect" ,
4
4
"short_name" : " ASR" ,
5
5
"description" : " __MSG_appDesc__" ,
6
- "version" : " 3.0.3 " ,
6
+ "version" : " 3.0.4 " ,
7
7
"author" : " __MSG_appAuthor" ,
8
8
"homepage_url" : " https://github.com/webdevnerdstuff/amazon-smile-redirect" ,
9
9
"icons" : {
Original file line number Diff line number Diff line change 3
3
"name" : " Amazon Smile Redirect" ,
4
4
"short_name" : " ASR" ,
5
5
"description" : " __MSG_appDesc__" ,
6
- "version" : " 3.0.3 " ,
6
+ "version" : " 3.0.4 " ,
7
7
"author" : " __MSG_appAuthor" ,
8
8
"homepage_url" : " https://github.com/webdevnerdstuff/amazon-smile-redirect" ,
9
9
"icons" : {
You can’t perform that action at this time.
0 commit comments