Commit 78bc50d 1 parent ead4a19 commit 78bc50d Copy full SHA for 78bc50d
File tree 4 files changed +9
-25
lines changed
4 files changed +9
-25
lines changed Original file line number Diff line number Diff line change 2
2
3
3
/** @typedef {import('@wireapp/copy-config').CopyConfigOptions } CopyConfigOptions */
4
4
5
- //@ts -ignore
6
- const pkg = require ( './package.json' ) ;
5
+ const appConfigPkg = require ( './app-config/package.json' ) ;
7
6
8
7
const contentSource = 'wire-desktop/content' ;
9
8
const imageSource = `${ contentSource } /image` ;
10
9
const macOsSource = `${ contentSource } /macos` ;
11
10
12
11
const configurationEntry = `wire-web-config-${ process . env . APP_ENV !== 'internal' ? 'production' : 'internal' } ` ;
13
- const repositoryUrl = pkg . devDependencies [ configurationEntry ] ;
12
+ const repositoryUrl = appConfigPkg . dependencies [ configurationEntry ] ;
14
13
15
14
/** @type {CopyConfigOptions } */
16
15
const options = {
Original file line number Diff line number Diff line change
1
+ {
2
+ "dependencies" : {
3
+ "wire-web-config-internal" : " https://github.com/wireapp/wire-web-config-default#v0.26.0" ,
4
+ "wire-web-config-production" : " https://github.com/wireapp/wire-web-config-wire#v0.26.1-0"
5
+ }
6
+ }
Original file line number Diff line number Diff line change 105
105
"ts-node" : " 8.10.2" ,
106
106
"typescript" : " 3.9.6" ,
107
107
"webpack" : " 4.43.0" ,
108
- "webpack-cli" : " 3.3.12" ,
109
- "wire-web-config-internal" : " https://github.com/wireapp/wire-web-config-default#v0.25.2" ,
110
- "wire-web-config-production" : " https://github.com/wireapp/wire-web-config-wire#v0.25.3-0"
108
+ "webpack-cli" : " 3.3.12"
111
109
},
112
110
"homepage" : " https://wire.com" ,
113
111
"husky" : {
Original file line number Diff line number Diff line change @@ -1968,11 +1968,6 @@ acorn@^7.1.1:
1968
1968
resolved "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
1969
1969
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
1970
1970
1971
-
1972
- version "0.4.14"
1973
- resolved "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.14.tgz#2cf312bcc9f8875df835b0f6040bd89be0a727a9"
1974
- integrity sha512-/9aQCnQHF+0IiCl0qhXoK7qs//SwYE7zX8lsr/DNk1BRAHYxeLZPL4pguwK29gUEqasYQjqPtEpDRSWEkdHn9g==
1975
-
1976
1971
1977
1972
version "0.4.16"
1978
1973
resolved "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.16.tgz#cf4c508fdffab02c269cbc7f471a875f05570365"
10892
10887
resolved "https://registry.npmjs.org/winreg/-/winreg-1.2.4.tgz#ba065629b7a925130e15779108cf540990e98d1b"
10893
10888
integrity sha1-ugZWKbepJRMOFXeRCM9UCZDpjRs=
10894
10889
10895
- " wire-web-config-internal@https://github.com/wireapp/wire-web-config-default#v0.25.2 " :
10896
- version "0.25.2"
10897
- resolved "https://github.com/wireapp/wire-web-config-default#b76562ac53cf5c775e53b5355539ddaaf7532dfc"
10898
- dependencies :
10899
- adm-zip "0.4.14"
10900
- sort-json "2.0.0"
10901
-
10902
- " wire-web-config-production@https://github.com/wireapp/wire-web-config-wire#v0.25.3-0 " :
10903
- version "0.25.3-0"
10904
- resolved "https://github.com/wireapp/wire-web-config-wire#ef6306ca27c8e9aeaa2ee27c16f134d7a1dd7256"
10905
- dependencies :
10906
- adm-zip "0.4.14"
10907
- sort-json "2.0.0"
10908
-
10909
10890
word-wrap@~1.2.3 :
10910
10891
version "1.2.3"
10911
10892
resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
You can’t perform that action at this time.
0 commit comments