Upgrades
This commit is contained in:
parent
e734fc7c9f
commit
722f85cd4a
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env node
|
||||
#! /usr/engine/env node
|
||||
// @ts-check
|
||||
|
||||
const fs = require("fs");
|
@ -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"
|
||||
|
@ -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");
|
||||
|
||||
/** ****************************************************************************** */
|
||||
/** ****************************************************************************** */
|
||||
|
Loading…
Reference in New Issue
Block a user