init
This commit is contained in:
+3
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user