This commit is contained in:
nitowa
2023-08-15 22:31:50 +02:00
parent d1d576edfa
commit 29ad4588e7
20 changed files with 628 additions and 436 deletions
+3 -3
View File
@@ -13,7 +13,7 @@
"copy-gui": "cp src/frontend/build/index.html gui",
"webpack-gateway": "webpack --config webpack.gateway.js --progress && cp build/gateway/main.js gateway",
"deploy": "node ./lib/Deploy.js",
"github": "cp gateway/* ~/caisar.github.io && cd ~/caisar.github.io && git add -A && git commit -m \"update\" --allow-empty && git push origin master"
"github": "cp gateway/* ~/caisar.github.io && cd ~/caisar.github.io && git checkout master && git add -A && git commit -m \"update\" --allow-empty && git push origin master --force && git checkout main && git add -A && git commit -m \"update\" --allow-empty && git push origin main --force"
},
"author": "",
"license": "ISC",
@@ -21,8 +21,8 @@
"buffer": "^6.0.3",
"chai": "^4.3.4",
"node-fetch": "^2.6.1",
"xrpio": "^0.1.7",
"xrpl": "^2.6.0-beta.0"
"xrpio": "^0.1.8",
"xrpl": "^2.7.0"
},
"devDependencies": {
"@types/node": "^18.11.9",