Compare commits

..

No commits in common. "2c2ae5de0dba789cbe87113faa4d0833e9ac3a64" and "82cacd6a15ba22517d71da401abc5bd50db08180" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "datasquirel",
"version": "2.4.0",
"version": "2.3.8",
"description": "Cloud-based SQL data management tool",
"main": "index.js",
"bin": {

View File

@ -6,4 +6,4 @@ else
msg="$1"
fi
git add . && git commit -m "$msg" && git push && git push origin2 main && npm publish
git add . && git commit -m "$msg" && git push && npm publish