minor cleanup

This commit is contained in:
Zoe
2024-11-19 02:32:02 -06:00
parent b078e54000
commit 7fa277d875
4 changed files with 14 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "zqdgr",
"version": "0.0.1",
"version": "0.0.2",
"description": "zqdgr is a quick and dirty Golang runner",
"author": "juls0730",
"license": "BSL-1.0",
@@ -13,8 +13,5 @@
"build": "go build -o zqdgr",
"dev": "sleep 5; echo 'test' && sleep 2 && echo 'test2'"
},
"pattern": "**/*.go",
"excluded_dirs": [
"folder"
]
"pattern": "**/*.go"
}