This commit is contained in:
Tben 2023-08-12 14:47:43 +01:00
parent e734fc7c9f
commit 722f85cd4a
37 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env node
#! /usr/engine/env node
// @ts-check
const fs = require("fs");

View File

@ -1,10 +1,10 @@
{
"name": "datasquirel",
"version": "1.5.0",
"version": "1.5.1",
"description": "Cloud-based SQL data management tool",
"main": "index.js",
"bin": {
"dsql-watch": "./bin/dsql.js"
"dsql-watch": "./engine/dsql.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"

View File

@ -8,7 +8,7 @@
const https = require("https");
const path = require("path");
const fs = require("fs");
const localGet = require("../bin/query/get");
const localGet = require("../engine/query/get");
/** ****************************************************************************** */
/** ****************************************************************************** */