Merge from master
{ | ||
"name": "cesium", | ||
"version": "1.6.12", | ||
"version": "1.6.13", | ||
"description": "Cesium Wallet for G1 libre currency", | ||
"author": "Benoit Lavenier <benoit.lavenier@e-is.pro>", | ||
"license": "AGPL-3.0", | ||
... | ... | @@ -10,8 +10,9 @@ |
"url": "git@git.duniter.org:clients/cesium/cesium.git" | ||
}, | ||
"scripts": { | ||
"clean": "clean webClean webExtClean && trash dist/desktop/**/*.deb platforms/android/**/*.apk", | ||
"clean": "gulp clean webClean webExtClean && rm -rf dist/web dist/android && rm -f desktop/**/cesium-*.deb desktop/**/cesium-*.exe platforms/android/**/*.apk", | ||
"postinstall": "node scripts/node/postinstall.js", | ||
"gulp": "gulp", | ||
"lint": "gulp lint", | ||
"install-platforms": "ionic cordova prepare", | ||
"start": "ionic serve", | ||
... | ... | @@ -221,4 +222,4 @@ |
"node": ">= 12.18.3", | ||
"yarn": ">= 1.22.0" | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
Please register or sign in to comment