This commit is contained in:
Tben 2023-08-12 14:41:26 +01:00
parent 16be9117e9
commit e734fc7c9f

View File

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