Minor update

This commit is contained in:
Benjamin Toby 2024-10-14 11:48:08 +01:00
parent f3451e2481
commit e143edf1f5
3 changed files with 2 additions and 19 deletions

2
.npmrc
View File

@ -1,4 +1,4 @@
# registry=https://git.tben.me/api/packages/Moduletrace/npm/
@moduletrace:registry=https://git.tben.me/api/packages/Moduletrace/npm/
registry=https://git.tben.me/api/packages/Moduletrace/npm/
//git.tben.me/api/packages/Moduletrace/npm/:_authToken=${GITBEN_NPM_TOKEN}

View File

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

17
push.sh
View File

@ -1,17 +0,0 @@
#!/bin/bash
root_dir=/media/benoti/Ubuntu-Disk/Github/dsql
if [ -z "$1" ]; then
msg="Updates"
else
msg="$1"
fi
# cp "$root_dir/package-shared/types/"* "$root_dir/types/" ||
# {
# echo "Copy Failed!"
# exit 1
# }
git add . && git commit -m "$msg" && git push