@balena/jellycheck
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -7,2 +7,7 @@ # Change Log | ||
# v0.1.5 | ||
## (2021-10-28) | ||
* remove Makefile [Martin Rauscher] | ||
# v0.1.4 | ||
@@ -9,0 +14,0 @@ ## (2021-10-28) |
{ | ||
"name": "@balena/jellycheck", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Scripts to perform common checks on Jellyfish files", | ||
@@ -9,3 +9,4 @@ "bin": { | ||
"scripts": { | ||
"test": "make lint && make test" | ||
"test": "npm run lint && ./jellycheck.sh", | ||
"lint": "shellcheck ./jellycheck.sh" | ||
}, | ||
@@ -31,4 +32,4 @@ "repository": { | ||
"versionist": { | ||
"publishedAt": "2021-10-28T01:08:42.221Z" | ||
"publishedAt": "2021-10-28T08:44:23.314Z" | ||
} | ||
} |
6270
5