Skip to content

Commit

Permalink
bump node to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Jun 1, 2021
1 parent f351f6e commit a2e7e46
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"homepage": "https://github.com/DeFiCh/app",
"publicPath": "./",
"ainVersion": "1.7.3",
"ainVersion": "1.7.4",
"scripts": {
"init": "npm ci && cd webapp && npm run init",
"transpile": "tsc --p tsconfig.json && tspr --tsConfig tsconfig.json",
Expand Down Expand Up @@ -125,25 +125,19 @@
{
"from": "./webapp/build/release/",
"to": "./webapp",
"filter": [
"**/*"
]
"filter": ["**/*"]
}
],
"extraResources": [
{
"from": "./binary/",
"to": "./binary",
"filter": [
"**/*"
]
"filter": ["**/*"]
},
{
"from": "./DO_NOT_SAVE_WALLETS_HERE",
"to": "../DO_NOT_SAVE_WALLETS_HERE",
"filter": [
"**/*"
]
"filter": ["**/*"]
}
],
"icon": "electron-app/assets/icon/icon-512.png",
Expand All @@ -164,9 +158,7 @@
]
},
"linux": {
"target": [
"AppImage"
]
"target": ["AppImage"]
},
"win": {
"target": "NSIS"
Expand Down

0 comments on commit a2e7e46

Please sign in to comment.